scale_fill_bit12 | R Documentation |
Discrete Fill Scale Using Bit12 Colors
scale_fill_bit12(...)
... |
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_bit12()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.