Creates a plotting region, bounded by xlim and ylim; without axes, labels, titles, useful for plotting shapes.
emptyplot(xlim = c(0, 1), ylim = xlim, asp = 1, frame.plot = FALSE,
col = NULL, ...)
the x limits (min,max) of the plot.
the y limits (min,max) of the plot.
the y/x aspect ratio.
to toggle off drawing of a bounding box.
the background color.
arguments passed to R-function plot.
Karline Soetaert <karline.soetaert@nioz.nl>