decor | R Documentation |
Functions for decorating plots.
decor()
hgrid(ny = NULL, ...)
vgrid(nx = NULL, ...)
boxL(col = "white")
box_(col = c("white", "black"))
copyright()
col |
the color of the background, |
nx , ny |
number of cells of the grid in |
... |
additional arguments passed to the |
decor
is equivalent to hgrid()
followed by boxL()
.
hgrid
creates horizontal grid lines.
vgrid
creates vertical grid lines.
boxL
creates an L-shaped box
box_
creates a bottom line box.
copyright
adds Rmetrics copyright to a plot.
plot(x = rnorm(100), type = "l", col = "red",
xlab = "", ylab = "Variates", las = 1)
title("Normal Deviates", adj = 0)
hgrid()
boxL()
copyright()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.