A clean, minimal ggplot2 theme styled with WHO STEPS colours.

theme_steps(base_size = 11)

Arguments

base_size

Base font size (default 11).

Value

A ggplot2::theme object.

Examples

library(ggplot2)
#> Warning: package ‘ggplot2’ was built under R version 4.5.2
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_steps()