Rcssplot (version 1.0.0)

parplot: combination of par and plot

Description

The sequence of par() and plot() occurs so frequently that it a shortcut is helpful.

Usage

parplot(x, y, Rcss = "default", Rcssclass = NULL, ...)

Arguments

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()

Examples

Run this code
# NOT RUN {
parplot(x=1:4, y=c(1,3,2,4))

# }

Run the code above in your browser using DataCamp Workspace