View source: R/KaplanMeierPlots.R
gridKMplot | R Documentation |
Creates grid Kaplan-Meier Plot
gridKMplot( data, palette = wesanderson::wes_palette("Darjeeling1", 6, type = c("continuous")), conf.int = TRUE, ylab = "Probability", xlab = "Time in years", ggtheme = ggplot2::theme_bw(), savePlots = FALSE, directoryToSave, censor = FALSE, conf.int.style = "ribbon" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.