scale_color_flexoki_light | R Documentation |
Discrete Color Scale Using Flexoki Light Colors
scale_color_flexoki_light(...)
... |
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_flexoki_light()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.