Skip to contents

This adds certain styles to ggplot2 charts that conform with Public Health Scotland style guidelines.

Usage

theme_phs()

Examples

ggplot2::qplot(mpg, wt, data = mtcars) + theme_phs()