theme_easysurv: Plot Theme for easysurv Survival and Hazard Plots

View source: R/themes.R

theme_easysurvR Documentation

Plot Theme for easysurv Survival and Hazard Plots

Description

Plot Theme for easysurv Survival and Hazard Plots

Usage

theme_easysurv()

Value

A ggplot2 theme object.

Examples

library(ggsurvfit)
fit <- survfit2(Surv(time, status) ~ surg, data = df_colon)
fit |> ggsurvfit() + theme_easysurv()

easysurv documentation built on June 24, 2024, 9:09 a.m.