add_censor_mark {ggsurvfit} | R Documentation |
Add a marking on the figure to represent the time an observations was censored.
add_censor_mark(...)
... |
arguments passed to passed to
|
a ggplot2 figure
Visit the gallery for examples modifying the default figures
survfit2(Surv(time, status) ~ 1, data = df_lung) %>%
ggsurvfit() +
add_confidence_interval() +
add_censor_mark() +
scale_ggsurvfit()