Learn R Programming

ggsurvfit (version 1.1.0)

add_censor_mark: Add Censor Marking

Description

Add a marking on the figure to represent the time an observations was censored.

Usage

add_censor_mark(...)

Value

a ggplot2 figure

Arguments

...

arguments passed to passed to ggplot2::geom_point(...) with defaults shape = 3 and size = 2

See Also

Visit the gallery for examples modifying the default figures

Examples

Run this code
survfit2(Surv(time, status) ~ 1, data = df_lung) %>%
  ggsurvfit() +
  add_confidence_interval() +
  add_censor_mark() +
  scale_ggsurvfit()

Run the code above in your browser using DataLab