beezdemand Fill Scale (Discrete)
Arguments
- ...
Additional arguments passed to
ggplot2::scale_fill_manual.
Examples
# \donttest{
library(ggplot2)
ggplot(iris, aes(Species, Sepal.Length, fill = Species)) +
geom_boxplot() +
scale_fill_beezdemand()
# }
