parplot | R Documentation |
The sequence of par() and plot() occurs so frequently that it a shortcut is helpful.
parplot(x, y, Rcss = "default", Rcssclass = NULL, ...)
x , y |
coordinates for points on the plot |
Rcss |
style sheet object, leave "default" to use a style defined via RcssDefaultStyle() |
Rcssclass |
character, style class |
... |
Further parameters, passed to plot() |
parplot(x=1:4, y=c(1,3,2,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.