theme_oes: Render OES Theme

View source: R/theme_oes.R

theme_oesR Documentation

Render OES Theme

Description

Defines the OES plotting theme

Usage

theme_oes(base_size = 12, base_family = "Lato", device = "pdf")

Arguments

base_size

An integer specifying a font size; defaults to 12.

base_family

A character string identifying a font family; defaults to the OES-preferred "Lato".

device

A character string identifying a plotting device; defaults to "pdf".

Details

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.

Value

A list specifying a ggplot theme. See Details for more.

Author(s)

Miles Williams


oesr documentation built on Feb. 16, 2023, 8:23 p.m.