Skip to contents

Plot Layers

Scales

Scales to add to a ggplot object for branding.

scale_dc()
Function that returns a palette or a set of individual colors within the palette.
scale_color_dc()
ggplot Color Scale
scale_fill_dc()
ggplot Fill Scale

Themes

Theme to add to a ggplot object for branding.

theme_dc()
Create a Theme for ggplot

Helper Functions

kDollarsFormat()
Converts value to scaled format. For example, 10^6 returns "$1 MM" in millions format.