powered by
The sequence of par() and plot() occurs so frequently that it a shortcut is helpful.
parplot(x, y, Rcss = "default", Rcssclass = NULL, ...)
coordinates for points on the plot
style sheet object, leave "default" to use a style defined via RcssDefaultStyle()
character, style class
Further parameters, passed to plot()
# NOT RUN { parplot(x=1:4, y=c(1,3,2,4)) # }
Run the code above in your browser using DataLab