plot.rtplots: Plot Method for 'rtplots' Object

Description Usage Arguments

Description

Creates a blank plot based on a 'rtplots' object.

Usage

1
2
3
## S3 method for class 'rtplots'
plot(x, y = NULL, inc = NULL, type = NULL,
  xlab = NULL, ylab = NULL, bty = NULL, ...)

Arguments

x

a 'rtplots' object.

y

the y-axis boundaries.

inc

the interval for the ticks on the x and y-axes (depending on the plot).

type

if equal to 'blank', a completely blank plot is generated. Otherwise, converted to 'n'.

xlab

a character string for the label on the x-axis.

ylab

a character string for the label on the y-axis.

bty

the type of box to draw around the plot. See par.

...

additional plotting parameters. See par.


rettopnivek/rtplots documentation built on May 27, 2019, 5:55 a.m.