scale_fill_beezdemand: beezdemand Fill Scale (Discrete)

View source: R/plot-theme.R

scale_fill_beezdemandR Documentation

beezdemand Fill Scale (Discrete)

Description

beezdemand Fill Scale (Discrete)

Usage

scale_fill_beezdemand(...)

Arguments

...

Additional arguments passed to ggplot2::scale_fill_manual.

Value

A ggplot2 discrete fill scale.

Examples


library(ggplot2)
ggplot(iris, aes(Species, Sepal.Length, fill = Species)) +
  geom_boxplot() +
  scale_fill_beezdemand()


beezdemand documentation built on March 3, 2026, 9:07 a.m.