theme_brookings: Brookings style ggplot2 theme

View source: R/theme.R

theme_brookingsR Documentation

Brookings style ggplot2 theme

Description

A theme following the Brookings style guide.

Usage

theme_brookings(
  base_size = 14,
  base_family = "Inter",
  base_line_size = base_size/24,
  base_rect_size = base_size/24,
  web = FALSE,
  ticks = TRUE
)

Arguments

base_size

base font size, given in pts.

base_family

base font family. Default is "Inter".

base_line_size

line size in mm.

base_rect_size

border size in mm.

web

If TRUE sets the plot background color to the Brookings website background color

ticks

include axis ticks. Default is FALSE.


BrookingsInstitution/ggbrookings documentation built on Jan. 28, 2024, 9:29 p.m.