Learn R Programming

tidyusmacro (version 0.1.0)

esp_theme: ESP Theme and Color Scales

Description

Custom theme and color palette for Economic Security Project graphics.

Usage

theme_esp(base_family = "Public Sans")

scale_color_esp(...)

scale_fill_esp(...)

scale_colour_esp(...)

Value

A ggplot2 theme or scale object.

Arguments

base_family

Base font family for the theme. Defaults to "Public Sans".

...

Passed to the underlying ggplot2 scale functions.