plotblank: Create a Blank Plot

Description Usage Arguments See Also Examples

View source: R/plotblank.R

Description

Create a blank plot (no symbols) on which to add other plotting features.

Usage

1
plotblank(x = 0:1, y = 0:1, xlab = "", ylab = "", las = 1, ...)

Arguments

x

A numeric vector, the x coordinates of points in the plot.

y

A numeric vector, the y coordinates of points in the plot.

xlab

A character scalar, title for the x axis, default "".

ylab

A character scalar, title for the y axis, default "".

las

A numeric scalar, style of axis labels, 0=always parallel to the axis, 1=always horizontal (default), 2=always perpendicular to the axis, 3=always vertical.

...

Additional arguments to the plot function.

See Also

plot, title, par

Examples

1
plotblank(xlim=c(1, 100))

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.