theme_bsol.Rd
Creates a base theme for ggplot objects.
theme_bsol(base_family = "Arial")
The font to use in this theme
if (FALSE) { library(ggplot2) library(BSOLTheme) ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) + geom_point() + theme_bsol() }