Defines the OES plotting theme
theme_oes(base_size = 12, base_family = "Lato", device = "pdf")A list specifying a ggplot theme. See Details for more.
An integer specifying a font size; defaults to 12.
A character string identifying a font family; defaults to
the OES-preferred "Lato".
A character string identifying a plotting device; defaults to
"pdf".
Miles Williams
A list of length 93 of classes theme and gg that
defines elements of the display other than the data. theme_oes() wraps
ggplot2::theme_bw() and replaces several default values.