plot.rmst2 {survRM2} | R 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
[Package survRM2 version 1.0-4 Index]