Skip to contents

A theme_minimal() base with bold title, no minor grid, and optional overrides via ....

Usage

theme_hmis(base_size = 12, ...)

Arguments

base_size

Base font size. Default 12.

...

Additional ggplot2::theme() arguments (e.g., legend.position = "bottom", strip.text = element_text(face = "bold")).

Value

A ggplot2 theme object.