theme_gn: GreyNoise ggplot2 theme

Description Usage Arguments

View source: R/theme-gn.R

Description

GreyNoise ggplot2 theme

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
theme_gn(
  base_family = "Lato",
  base_size = 11.5,
  plot_title_family = base_family,
  plot_title_size = 18,
  plot_title_face = "bold",
  plot_title_margin = 10,
  subtitle_family = "Lato",
  subtitle_size = 13,
  subtitle_face = "plain",
  subtitle_margin = 15,
  strip_text_family = base_family,
  strip_text_size = 12,
  strip_text_face = "plain",
  caption_family = "Lato",
  caption_size = 9,
  caption_face = "plain",
  caption_margin = 10,
  axis_text_family = "IBMPlexSans",
  axis_text_size = base_size,
  axis_title_family = base_family,
  axis_title_size = 9,
  axis_title_face = "plain",
  axis_title_just = "rt",
  plot_margin = margin(30, 30, 30, 30),
  grid = TRUE,
  axis = FALSE,
  ticks = FALSE
)

Arguments

base_family

base font family and size

base_size

base font family and size

plot_title_family

plot tilte family, face, size and margin

plot_title_size

plot tilte family, face, size and margin

plot_title_face

plot tilte family, face, size and margin

plot_title_margin

plot tilte family, face, size and margin

subtitle_family

plot subtitle family, face and size

subtitle_size

plot subtitle family, face and size

subtitle_face

plot subtitle family, face and size

subtitle_margin

plot subtitle margin bottom (single numeric value)

strip_text_family

facet label font family, face and size

strip_text_size

facet label font family, face and size

strip_text_face

facet label font family, face and size

caption_family

plot caption family, face, size and margin

caption_size

plot caption family, face, size and margin

caption_face

plot caption family, face, size and margin

caption_margin

plot caption family, face, size and margin

axis_text_size

font size of axis text

axis_title_family

axis title font family, face and size

axis_title_size

axis title font family, face and size

axis_title_face

axis title font family, face and size

axis_title_just

axis title font justificationk one of [blmcrt]

plot_margin

plot margin (specify with ggplot2::margin)

grid

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

axis

add x or y axes? TRUE, FALSE, "xy"

ticks

ticks if TRUE add ticks


hrbrmstr/greynoise documentation built on March 11, 2020, 5:31 a.m.