Usage
# S3 method for Surv
plot(x, strata=NULL, fn = c("cum", "surv", "log", "loglog"),
limits=TRUE, conf=0.95, main=NULL, xlab=NULL, ylab=NULL,
xlim=NULL, ylim=NULL, lty = NULL, col = NULL,
lty.con=NULL, col.con = NULL, x.axis = TRUE, printLegend, …)
Arguments
strata
Defines a partition of the data. One survivor function
for each level of strata
is drawn.
limits
If TRUE, and if the number of curves is one, confidence
limits are drawn.
conf
The confidence level for the confidence limits.
main
A heading for the plot.
xlim
Horizontal plot limits. If NULL, calculated by the function.
ylim
Vertical plot limits. If NULL, set to c(0, 1)
lty.con
Line type of confidence bands.
col.con
Color of confidence bands.
x.axis
Should abline(h=0)
be drawn?
printLegend
Logical, defaults to TRUE
. If FALSE
,
no legend is printed, but can be added after plotting. To be used
if the default place for the legend fits badly.
...
Anything that plot
likes...