parplot {Rcssplot}R Documentation

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


parplot(x=1:4, y=c(1,3,2,4))


[Package Rcssplot version 1.0.0 Index]