Description Usage Arguments See Also Examples
Overlays a grid on the current plot at the ordinate and abscissa tick markers.
1 | gridOverlay(lty = "dotted", col = "gray", density = 3, ...)
|
... |
additional arguments passed directly to the |
col |
line color ala |
density |
line density ala |
lty |
line type ala |
par
.
1 2 3 4 5 | ## plot the chaotic beam data and overlay a grid
old.plt <- splitplot(1,1,1)
plot(rnorm(100))
gridOverlay()
par(old.plt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.