gridKMplot: Creates grid Kaplan-Meier Plot

View source: R/KaplanMeierPlots.R

gridKMplotR Documentation

Creates grid Kaplan-Meier Plot

Description

Creates grid Kaplan-Meier Plot

Usage

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"
)

A1exanderAlexeyuk/ariadne documentation built on July 4, 2022, 7:54 p.m.