plot.surv.fit(surv, conf.int=<<see below>>, mark.time=T, mark=3, col=1, lty=1, na.strata=T, mark.cex=1, log=F, yscale=1, xlab= "Time", ylab="Survival", xaxs="e")
Graphical parameters may also be supplied as arguments to this function (see par).
cancer.surv <- surv.fit(cancer$time, cancer$status, strata=cancer$sex) plot.surv.fit(cancer.surv, col=c(3,6), log=T, conf.int=T, ylab="Log(Survival)")