Skip to contents

Automatic Plotting for `SurvivalQuantities“

Usage

# S3 method for class 'SurvivalQuantities'
autoplot(object, conf.level = 0.95, add_km = FALSE, add_wrap = TRUE, ...)

Arguments

object

(SurvivalQuantities)
survival quantities.

conf.level

(numeric)
confidence level of the interval. If values of FALSE, NULL or 0 are provided then confidence regions will not be added to the plot

add_km

(logical)
if TRUE Kaplan-Meier curves will be added to the plot for each group/subject.

add_wrap

(logical)
if TRUE will apply a ggplot2::facet_wrap() to the plot by each group/subject.

...

not used.