theme_survinger: Publication-quality ggplot2 theme

View source: R/99-pub-theme.R

theme_survingerR Documentation

Publication-quality ggplot2 theme

Description

A clean, high-contrast theme suitable for journal publication. Follows Nature/Lancet figure guidelines.

Usage

theme_survinger(base_size = 11, base_family = "")

Arguments

base_size

Base font size. Default 11.

base_family

Font family. Default "".

Value

A ggplot2 theme object.

See Also

surv_compare_estimates()

Examples

library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_survinger()


survinger documentation built on April 27, 2026, 9:10 a.m.