Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

emptyplot

open a plot without axes, labels,...


Description

Creates a plotting region, bounded by xlim and ylim; without axes, labels, titles, useful for plotting shapes.

Usage

emptyplot(xlim = c(0, 1), ylim = xlim, asp = 1, frame.plot = FALSE,
          col = NULL, ...)

Arguments

xlim

the x limits (min,max) of the plot.

ylim

the y limits (min,max) of the plot.

asp

the y/x aspect ratio.

frame.plot

to toggle off drawing of a bounding box.

col

the background color.

...

arguments passed to R-function plot.

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

See Also


shape

Functions for Plotting Graphical Shapes, Colors

v1.4.5
GPL (>= 3)
Authors
Karline Soetaert <karline.soetaert@nioz.nl>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.