R/theme_phs.R
theme_phs.Rd
This adds certain styles to ggplot2 charts that conform with Public Health Scotland style guidelines.
theme_phs()
ggplot2::qplot(mpg, wt, data = mtcars) + theme_phs()