- formula
either (i) formula with a Surv
object on the left-hand-side and
stratification covariates on the right-hand-side, or (ii) a survfit
object
- data
data argument passed to survfit
- subset
subset argument passed to survfit
- contrasts
contrasts argument passed to survfit
- weights
weights argument passed to survfit
- col
colours of the curves passed to lines
- lty
line type of the curves passed to lines
- pch
pch for the curves passed to points
- xlab
xlab graphics argument passed to plot.default
- ylab
ylab graphics argument passed to plot.default
- log
log graphics argument passed to plot.default
- legend.args
list of arguments passed to legend
. These arguments update the
base arguments, which are
list(x="topright",legend=names(survfit$strata),col=col,lty=lty,pch=pch)
- ...
Other arguments passed to plot.default