theme_ggsurvfit {ggsurvfit}R Documentation

Survfit Plot Themes

Description

Returns ggplot list of calls defining a theme.

Usage

theme_ggsurvfit_default()

theme_ggsurvfit_KMunicate()

Value

a ggplot2 theme

Examples

survfit2(Surv(time, status) ~ sex, data = df_lung) %>%
  ggsurvfit(theme = theme_ggsurvfit_default()) +
  scale_ggsurvfit()

[Package ggsurvfit version 1.1.0 Index]