Learn R Programming

cooltools (version 2.4)

nplot: Make empty plot area

Description

Open an empty plot

Usage

nplot(
  xlim = c(0, 1),
  ylim = c(0, 1),
  xlab = "",
  ylab = "",
  xaxs = "i",
  yaxs = "i",
  xaxt = "n",
  yaxt = "n",
  bty = "n",
  ...
)

Value

None

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

Author

Danail Obreschkow