Skip to contents

theme_tok provides a ggplot2 theme formatted according to the Together Oklahoma style guide for web, with sensible defaults.

Usage

theme_tok_base(
  base_size = 16,
  base_family = "Roboto Condensed",
  base_line_size = 0.5,
  base_rect_size = 0.5
)

Arguments

base_size

The base font size to use; 16 is the default.

base_family

The font family to use; Roboto Condensed is the default.

base_line_size

The base line size to use; 0.5 is the default.

base_rect_size

The base rect size to use; 0.5 is the default.