powered by
beezdemand Color Scale (Discrete)
scale_color_beezdemand(...)
A ggplot2 discrete color scale.
Additional arguments passed to ggplot2::scale_color_manual.
ggplot2::scale_color_manual
# \donttest{ library(ggplot2) ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) + geom_point() + scale_color_beezdemand() # }
Run the code above in your browser using DataLab