scale_538: FiveThirtyEight scales for 'ggplot2'

scale_fill_538R Documentation

FiveThirtyEight scales for ggplot2

Description

FiveThirtyEight scales for ggplot2

Usage

scale_fill_538(...)

scale_color_538(...)

Arguments

...

additional arguments to ⁠ggplot::scale_*⁠ functions

Value

ggplot scale function

Examples

library(ggplot2)
data(oregon)

ggplot(oregon, aes(fill = ndv / (ndv + nrv))) +
    geom_sf(size = 0) +
    scale_fill_538(name = '') +
    theme_map()

alarm-redist/ggredist documentation built on July 1, 2024, 8:51 p.m.