theme_TWRI_pres: a ggplot2 theme formatted in the TWRI style for presentations

View source: R/theme_TWRI_pres.R

theme_TWRI_presR Documentation

a ggplot2 theme formatted in the TWRI style for presentations

Description

Provides a ggplot2 theme formatted consistent with TWRI style guidance. Figure aesthetics prioritize design and legibility for use in power point presentations. The intended output is 10 inches by 7.5 inches as 200dpi.

Usage

theme_TWRI_pres(
  base_size = 16,
  base_family = "Oswald_TWRI",
  base_line_size = 1,
  base_rect_size = 1
)

Arguments

base_size

default text size in px

base_family

defaults to "Moriston_personal". Generally, use a sensible sans serif font that is available on your system.

base_line_size

default line size

base_rect_size

default rect size


TxWRI/twriTemplates documentation built on Oct. 20, 2023, 2:06 p.m.