Learn R Programming

beezdemand (version 0.2.0)

scale_fill_beezdemand: beezdemand Fill Scale (Discrete)

Description

beezdemand Fill Scale (Discrete)

Usage

scale_fill_beezdemand(...)

Value

A ggplot2 discrete fill scale.

Arguments

...

Additional arguments passed to ggplot2::scale_fill_manual.

Examples

Run this code
# \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