This package helps you create graphs that follow the e61 Institute graphing style. It provides functions that make it easier to make aesthetic graphs and easy access to the Institute’s colour palette.
If you haven’t already, install the remotes
package:
install.packages("remotes")
Then install from GitHub:
remotes::install_github("e61-institute/theme61", dependencies = TRUE, upgrade = "always")
Then load into R:
library(theme61)
The package website contains a lot of information on how to use theme61.
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.