grid: #' Draw a styled grid

Description Usage Arguments Examples

View source: R/RcssWrappers.R

Description

This is a wrapper for R's grid function. See R's documentation for graphics::grid for further details.

Usage

1
grid(Rcss = "default", Rcssclass = NULL, ...)

Arguments

Rcss

style sheet object. Leave "default" to use a style defined via RcssSetDefaultStyle()

Rcssclass

character, style class

...

Further parameters, see documentation of graphics::grid

Examples

1
2
3
# add a grid to an existing plot
plot(c(0, 10), c(0, 10), type="n", xaxs="i", yaxs="i", las=1)
grid(nx=10, ny=5, col="#777777")

Rcssplot documentation built on Jan. 8, 2020, 5:11 p.m.