theme_oes {oesr}R 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


[Package oesr version 0.1.0 Index]