theme_ib: A ggplot2 theme for Isabella Benabaye's personal use

Description Usage Arguments Details

View source: R/theme_ib.R

Description

theme_ib is a ggplot2 theme in Isabella Benabaye's personal style.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
theme_ib(
  title_family = "IBM Plex Sans",
  text_family = "IBM Plex Mono",
  base_size = 13,
  text_color = "gray20",
  bg_color = "#F7F7F7",
  line_color = "gray50",
  plot_margin = margin(20, 20, 20, 20),
  plots_pane = FALSE,
  md = FALSE
)

Arguments

title_family

title elements font family

text_family

text elements font family

base_size

base font size

text_color

color of the text & title elements

bg_color

plot background color

line_color

color of line elements

plot_margin

plot margin specifications

plots_pane

indicate whether plots will be viewed in plots pane or not

md

indicate whether to use markdown elements for text

Details

By default (plots_pane = FALSE), the theme adjusts the text sizes for printing.plots_pane = TRUE is meant to be used when viewing plots in the plots pane and text sizes are not adjusted. There is also an option (md = TRUE) to use markdown theme elements from ggtext instead of element_text().


isabellabenabaye/ib documentation built on Aug. 13, 2020, 4:14 p.m.