scale_fill_flexoki_dark | R Documentation |
Discrete Fill Scale Using Flexoki Dark Colors
scale_fill_flexoki_dark(...)
... |
Additional arguments passed to scale_fill_manual() |
A discrete ggplot2 fill scale
library(ggplot2)
ggplot(mtcars, aes(factor(cyl), fill = factor(cyl))) +
geom_bar() +
scale_fill_flexoki_dark()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.