View source: R/scale_fill_bickel.R
scale_fill_bickel | R Documentation |
Define set of mappings from levels in the data aesthetic based on the bickel palette
scale_fill_bickel(palette = "main", discrete = TRUE, reverse = FALSE, ...)
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.