plot.rmst2: plot.rmst2

View source: R/plot.rmst2.R

plot.rmst2R Documentation

plot.rmst2

Description

S3 method for class 'rmst2'

Usage

## S3 method for class 'rmst2'
plot(
  x,
  xlab = "",
  ylab = "",
  col = "red",
  col.RMST = "pink",
  col.RMTL = "orange",
  density = 80,
  angle = 85,
  ...
)

Arguments

x

Results of the unadjusted analyses.

xlab

x label.

ylab

y label.

col

Color for line. Default is red.

col.RMST

Color for areas of RMST. Default is pink.

col.RMTL

Color for areas of RMTL. Default is orange.

density

Density of shading lines, in lines per inch. Default is 80.

angle

Slope of shading lines, given as an angle in degrees (counter-clockwise). Default is 85.

...

Further arguments ignored in this function.

Value

returns a plot


survRM2 documentation built on June 14, 2022, 9:06 a.m.