emptyplot: Wrapper function for an empty graphics device

Description Usage Arguments Author(s) See Also Examples

View source: R/LSD.utilities.R

Description

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

Usage

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

Author(s)

Bjoern Schwalb

See Also

demotour

Examples

1

LSD documentation built on July 2, 2020, 4:14 a.m.

Related to emptyplot in LSD...