Description Usage Arguments Author(s) Examples
View source: R/showOuterMarginLines.R
Add Lines to a Plot to Indicate Where the Outer Margins Are
1 | showOuterMarginLines(sides = 1:4, lty = 3, col = "purple", ...)
|
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 3. |
col |
Argument to be passed to graphics::abline. Defaults to "purple". |
... |
Other arguments to be passed to graphics::abline |
Jasper Watson
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.