a_robot_theme: All of the themes follow a similar pattern mainly just...

Description Usage Arguments

View source: R/old_themes.R

Description

a_theme / a_concert_theme / a_robot_theme are all mostly unused now

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
a_robot_theme(base_family = "Roboto", base_size = 10,
  plot_title_family = "Roboto Slab", plot_title_size = 16,
  plot_title_face = "plain", subtitle_family = base_family,
  subtitle_size = 10, subtitle_face = "plain",
  strip_text_family = base_family, strip_text_size = 12,
  strip_text_face = "plain", caption_family = base_family,
  caption_size = 10, caption_face = "plain",
  axis_text_size = base_size, axis_title_family = base_family,
  axis_title_size = 10, axis_title_face = "plain",
  grid_col = "#dedede", grid = TRUE, noaxis = FALSE,
  emphasis = "xy", rotate_x = FALSE)

Arguments

base_family, base_size

base font family and size

plot_title_family, plot_title_face, plot_title_size

plot title family, face, size

subtitle_family, subtitle_face, subtitle_size

plot subtitle family, face and size

strip_text_family, strip_text_face, strip_text_size

facet label font family, face and size

caption_family, caption_face, caption_size

plot caption family, face, size

axis_title_family, axis_title_face, axis_title_size

axis title font family, face and size

grid_col

grid & axis colors; both default to #cccccc

grid

panel grid (TRUE, FALSE, or a combination of X, x, Y, y)

noaxis

include/exclude axis (TRUE, FALSE, or a combination of X, x, Y, y)

emphasis

bold one axis title of both (a combination of 'x','y' or 'xy')

rotate_x

TRUE/FAlSE to rotate axis text


awhstin/awtools documentation built on Oct. 12, 2019, 6:54 a.m.