nplot: Make empty plot area

Description Usage Arguments Value Author(s)

View source: R/nplot.R

Description

Open an empty plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
nplot(
  xlim = c(0, 1),
  ylim = c(0, 1),
  xlab = "",
  ylab = "",
  xaxs = "i",
  yaxs = "i",
  xaxt = "n",
  yaxt = "n",
  bty = "n",
  ...
)

Arguments

xlim, ylim

vectors with plotting limits.

xlab, ylab

horizontal and vertical labels.

xaxs, yaxs

style of the axis interval (see par).

xaxt, yaxt

character which specifies the x axis type (see par).

bty

character specifying the border type (see par).

...

additional arguments used by plot

Value

None

Author(s)

Danail Obreschkow


graphx documentation built on Feb. 3, 2022, 5:07 p.m.

Related to nplot in graphx...