Description Usage Arguments Author(s) Examples
View source: R/showMarginLines.R
Add Lines to a Plot to Indicate Where the Margins Are
1 | showMarginLines(sides = 1:4, lty = 2, ...)
|
sides |
Numeric vector giving the sides of the plot to annotate. Defaults to 1:4. |
lty |
Argument to be passed to graphics::abline. Defaults to 2. |
... |
Other arguments to be passed to graphics::abline |
Jasper Watson
1 2 3 4 5 6 7 8 | ## Not run:
plot(1:10)
par(xpd = NA)
showMarginLines()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.