r.plot.new: r.plot.new

Description Usage Arguments See Also

Description

Creates a new plot with no data at all.

Usage

1
2
3
4
5
6
7
8
9
r.plot.new(x = NULL, y = NULL, xlim = c(0, 1), ylim = c(0, 1),
  background = T, grid = T, xgrid = grid, ygrid = grid,
  backgroundCol = param.color.background,
  foregroundCol = param.color.foreground, axisCol = param.color.axis,
  boxCol = param.color.box, main = NULL, sub = NULL, xlab = NULL,
  ylab = NULL, par.top.extra = 0, par.bottom.extra = 0,
  par.left.extra = 0, par.right.extra = 0, xaxis = T, yaxis = T,
  box = T, xaxisAT = NULL, yaxisAT = NULL, log = "", asp = NA,
  thirdAxis = FALSE, restore.par = TRUE, ...)

Arguments

x

Array of data for x axis. It will not be plotted, however it is used to calculate limits for x axis according to minimum and maximum values of data x.

y

Array of data for y axis. It will not be plotted, however it is used to calculate limits for y axis according to minimum and maximum values of data y.

See Also

3rd axis: r.plot.coord r.plot.coord.axis

Palette: r.palette.set r.palette.restore r.palette.get

Colors: r.color r.color.gradient r.color.gradient.palette

Defaults: r.setAlpha r.setPalette

Tools: r.plot.window r.plot.reset r.plot.close r.divideplot


rocalabern/rplot documentation built on May 27, 2019, 12:14 p.m.