This function will apply a custom PWD ggplot2 theme to ggplot2 objects that matches the style guidelines provided by the Public Affairs division

theme_pwd(base_size = 12, base_family = "Calibri", ...)

Arguments

base_size

the base font size

base_family

the base font family

...

additional parameters to pass to theme_bw

Details

By default, theme_pwd will use the Calibri font as the base_family if it is installed and available. Other fonts that are provided with this package that can be used in this package are Open Sans and Public Sans

The PWD style guideline specifies that the title of figures should be in all capitals. This theme will convert your title to caps if you specify the title using labs or ggtitle prior to calling theme_pwd. If you want to avoid the capitalization than you can call theme_pwd before labs