Bg {DescTools} | R Documentation |
Background of a Plot
Description
Paints the background of the plot, using either the figure region, the plot region or both. It can sometimes be cumbersome to elaborate the coordinates and base R does not provide a simple function for that.
Usage
Bg(col = "grey", region = c("plot", "figure"), border = NA)
Arguments
col |
the color of the background, if two colors are provided, the first is used for the plot region and the second for the figure region. |
region |
either |
border |
color for rectangle border(s). Default is |
Author(s)
Andri Signorell <andri@signorell.net>
See Also
Examples
# use two different colors for the figure region and the plot region
plot(x = rnorm(100), col="blue", cex=1.2, pch=16,
panel.first={Bg(c("red", "lightyellow"))
grid()})
[Package DescTools version 0.99.55 Index]