showMarginLines: Add Lines to a Plot to Indicate Where the Margins Are

Description Usage Arguments Author(s) Examples

View source: R/showMarginLines.R

Description

Add Lines to a Plot to Indicate Where the Margins Are

Usage

1
showMarginLines(sides = 1:4, lty = 2, ...)

Arguments

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

Author(s)

Jasper Watson

Examples

1
2
3
4
5
6
7
8
## Not run: 

plot(1:10)
par(xpd = NA)
showMarginLines()


## End(Not run)

precisePlacement documentation built on June 15, 2021, 9:09 a.m.