r.plot: r.plot

Description Usage Arguments See Also

Description

Creates a new plot and plots some data.

Usage

1
2
3
4
5
r.plot(x = NULL, y = NULL, xlim = c(0, 1), ylim = c(0, 1),
  main = NULL, sub = NULL, xlab = NULL, ylab = NULL, xaxis = T,
  yaxis = T, box = T, type = "p", lwd = 1, pch = 16, cex = 1,
  icol = NULL, col = NULL, alpha = NULL, log = "", asp = NA,
  thirdAxis = FALSE, ...)

Arguments

x

Array of data for x axis.

y

Array of data for y axis.

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.