Skip to content

Instantly share code, notes, and snippets.

@Su-Shee
Created April 5, 2013 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Su-Shee/5320341 to your computer and use it in GitHub Desktop.
Save Su-Shee/5320341 to your computer and use it in GitHub Desktop.
R chart
plot( years, num_in, # x, y axis
type = "o", col = "blue", # type of plot lines, color
xlab = "Jahr", ylab = "Anzahl in Tausend", cex.axis = 0.7, #labels
xlim = xrange, ylim = yrange, # length of axis
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment