scale_fill_bickel: Define set of mappings from levels in the data aesthetic...

View source: R/scale_fill_bickel.R

scale_fill_bickelR Documentation

Define set of mappings from levels in the data aesthetic based on the bickel palette

Description

Define set of mappings from levels in the data aesthetic based on the bickel palette

Usage

scale_fill_bickel(palette = "main", discrete = TRUE, reverse = FALSE, ...)

Examples

tibble(x = c('A', 'B', 'C'), y = runif(3, 10, 20)) %>%
ggplot(aes(x = x, y = y, fill = x)) + geom_col() + scale_fill_bickel('hot')


ehbick01/bickeltheme documentation built on April 25, 2022, 9:22 a.m.