plotn: Plot Nothing (but a Plot)

Description Usage Arguments Details Author(s)

View source: R/plotn.R

Description

Create a plot, with empty elements by presetting default parameters.

Usage

1
2
plotn(x = 0:1, y = NULL, type = "n", xlab = "", ylab = "",
  xaxt = "n", yaxt = "n", frame.plot = F, ...)

Arguments

x

Coordinates of the points.

y

Coordinates of the y-axis.

type

Plot type.

xlab, ylab

Axis titles.

xaxt, yaxt

Axis types.

frame.plot

Plot the frame.

...

Forwarded arguments to plot.

Details

For details about the function see plot, which is called from plotn. More detailed information in plot.default and par.

Author(s)

Sven E. Templer


setempler/miscset documentation built on May 29, 2019, 8 p.m.