Skip to contents

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.