theme_soomo: A minimal Soomo ggplot2 theme based on Bob Rudis' theme_ipsum

Description Usage

Description

A minimal Soomo ggplot2 theme based on Bob Rudis' theme_ipsum

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
theme_soomo(base_family = "Arial Narrow", base_size = 13,
  plot_title_family = base_family, plot_title_size = 18,
  plot_title_face = "bold", plot_title_margin = 10,
  subtitle_family = base_family, subtitle_size = 12,
  subtitle_face = "plain", subtitle_margin = 15,
  strip_text_family = base_family, strip_text_size = 12,
  strip_text_face = "plain", caption_family = base_family,
  caption_size = 9, caption_face = "italic", caption_margin = 10,
  axis_text_size = base_size, axis_title_family = subtitle_family,
  axis_title_size = 9, axis_title_face = "plain", axis_title_just = "rt",
  plot_margin = margin(30, 30, 30, 30), grid_col = "#ccccc", grid = TRUE,
  axis_col = "#ccccc", axis = FALSE, ticks = FALSE)

plduffy/rsoomo documentation built on May 26, 2019, 12:32 a.m.