View source: R/visualization.R
| scale_fill_aelab_c | R Documentation |
Continuous ggplot2 fill scale using an aelab palette.
scale_fill_aelab_c(name, direction = 1)
name |
Palette name passed to |
direction |
|
A ggplot2 scale.
## Not run:
ggplot2::ggplot(mtcars, ggplot2::aes(factor(cyl), fill = mpg)) +
ggplot2::geom_col() + scale_fill_aelab_c("ghg")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.