[R] censoring symbols on survfit plot
Terry Therneau
therneau at mayo.edu
Fri Feb 18 13:01:03 CET 2011
--begin included message ----
Hi, when ploting Kaplan-Meier estimate curves as below, the censoring
symbols
(crosses) to not change thickness along the lines
plot(survfit(surv ~ I(x>=cut.off) ),lty=c(1,2), lwd=2)
is there any strightforward way to make it happen? thanks
-- End inclusion ---
The symbols on the plot are characters, and are controled by the cex
parameter. I don't know how to make a character "thicker" but not
larger, other than choosing a different font. That would affect the
labels also, however.
Terry T.
More information about the R-help
mailing list