Skip to contents

Creates a base theme for ggplot objects, but some of the sizes needed boosting to work with exporting to Powerpoint using Officer. When translating over, the size gets a bit lost. This works with the template included in this package.

Usage

theme_bsol_officer(base_family = "Open Sans")

Arguments

base_family

The font to use in this theme

Examples

if (FALSE) { # \dontrun{
library(ggplot2)
library(BSOLTheme)
ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) +
  geom_point() +
  theme_bsol_officer()
} # }