The esctheme package helps you create ggplot2 charts in the Essential Services Commission of Victoria style.
Installation
If you haven’t already, install the remotes package:
install.packages("remotes")
Then install from GitHub:
# install.packages("devtools")
remotes::install_github("ESC-Economics/esctheme", dependencies = TRUE, upgrade = "always")Then load into R:
Using esctheme
The package website contains a lot of information on how to use esctheme.
Start by reading the Get started article.
There is also a wealth of information contained in the individual function documentation that answers common usage questions.