Functions for decorating plots
utils-decor.Rd
Functions for decorating plots.
Usage
decor()
hgrid(ny = NULL, ...)
vgrid(nx = NULL, ...)
boxL(col = "white")
box_(col = c("white", "black"))
copyright()
Arguments
- col
the color of the background,
"black"
and foreground"white"
lines of the box.- nx, ny
number of cells of the grid in
x
ory
direction. WhenNULL
, as per default, the grid aligns with the tick marks on the corresponding default axis (i.e., tick marks as computed by axTicks).- ...
additional arguments passed to the
grid()
function.