powered by
beezdemand Fill Scale (Discrete)
scale_fill_beezdemand(...)
A ggplot2 discrete fill scale.
Additional arguments passed to ggplot2::scale_fill_manual.
ggplot2::scale_fill_manual
# \donttest{ library(ggplot2) ggplot(iris, aes(Species, Sepal.Length, fill = Species)) + geom_boxplot() + scale_fill_beezdemand() # }
Run the code above in your browser using DataLab