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