theme_dviz_open: Themes for data viz book

Description Usage Arguments

View source: R/themes.R

Description

The themes used in the data visualization book. The default font for these themes is Myriad Pro, which needs to be installed on the target system for these themes to work.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
theme_dviz_open(font_size = 14, font_family = dviz_font_family,
  line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14,
  rel_large = 16/14)

theme_dviz_grid(font_size = 14, font_family = dviz_font_family,
  line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14,
  rel_large = 16/14, colour = "grey90")

theme_dviz_hgrid(font_size = 14, font_family = dviz_font_family,
  line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14,
  rel_large = 16/14, colour = "grey90")

theme_dviz_vgrid(font_size = 14, font_family = dviz_font_family,
  line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14,
  rel_large = 16/14, colour = "grey90")

theme_dviz_map(font_size = 14, font_family = dviz_font_family,
  line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14,
  rel_large = 16/14)

Arguments

font_size

Overall font size

font_family

Font family for plot title, axis titles and labels, legend texts, etc.

line_size

Line size for axis lines

rel_small

Relative size of small text (e.g., axis tick labels)

rel_tiny

Relative size of tiny text (e.g., caption)

rel_large

Relative size of large text (e.g., title)

colour

Color of grid lines


clauswilke/dviz.supp documentation built on Aug. 25, 2020, 2:12 a.m.