showOuterMarginLines {precisePlacement}R Documentation

Add Lines to a Plot to Indicate Where the Outer Margins Are

Description

Add Lines to a Plot to Indicate Where the Outer Margins Are

Usage

showOuterMarginLines(sides = 1:4, lty = 3, col = "purple", ...)

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 3.

col

Argument to be passed to graphics::abline. Defaults to "purple".

...

Other arguments to be passed to graphics::abline

Author(s)

Jasper Watson

Examples

## Not run: 

par(oma = 1:4, mfrow = 2:1)
plot(1:10)
plot(1:10)
par(xpd = NA)
showOuterMarginLines()


## End(Not run)


[Package precisePlacement version 0.1.0 Index]