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

View source: R/scale_fill_papa.R

scale_fill_papaR Documentation

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

Description

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

Usage

scale_fill_papa(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_papa('hot')


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