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