scale_color_bit12 | R Documentation |
Discrete Color Scale Using Bit12 Colors
scale_color_bit12(...)
... |
Additional arguments passed to scale_color_manual() |
A discrete ggplot2 color scale
library(ggplot2)
ggplot(mtcars, aes(wt, mpg, color = factor(cyl))) +
geom_point() +
scale_color_bit12()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.