theme_km: Custom ggplot theme that make Kaplan-Meier curves look nice

theme_kmR Documentation

Custom ggplot theme that make Kaplan-Meier curves look nice

Description

Custom theme, based upon the theme_bw theme in ggplot2

Usage

theme_km(base_size = 11, base_family = "",
  base_line_size = base_size/22, base_rect_size = base_size/22)

Arguments

base_size

base font size

base_family

base font family

base_line_size

base size for line elements

base_rect_size

base size for rect elements

Examples

library(survsup); library(ggplot2)
p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg,
    colour = factor(gear))) + facet_wrap(~am)

p + theme_km()

dlindholm/survsup documentation built on Jan. 12, 2023, 2:34 p.m.