| scale_color_beezdemand | R Documentation |
beezdemand Color Scale (Discrete)
scale_color_beezdemand(...)
... |
Additional arguments passed to |
A ggplot2 discrete color scale.
library(ggplot2)
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
geom_point() +
scale_color_beezdemand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.