LSD (version 4.0-0)

emptyplot: Wrapper function for an empty graphics device

Description

Calls an empty graphics device with a coordinate system of choice.

Usage

emptyplot(xlim = c(-1, 1), ylim = c(-1, 1), ...)

Arguments

xlim

x limits, standard graphics parameter.

ylim

y limits, standard graphics parameter.

...

additional parameters to be passed to points and plot.

See Also

demotour

Examples

Run this code
# NOT RUN {
emptyplot()
# }

Run the code above in your browser using DataCamp Workspace