nplot: Make empty plot area

View source: R/nplot.R

nplotR Documentation

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",
  ...
)

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


obreschkow/cooltools documentation built on Nov. 16, 2024, 2:46 a.m.