scale_fill_bit12: Discrete Fill Scale Using Bit12 Colors

View source: R/bit12.R

scale_fill_bit12R Documentation

Discrete Fill Scale Using Bit12 Colors

Description

Discrete Fill Scale Using Bit12 Colors

Usage

scale_fill_bit12(...)

Arguments

...

Additional arguments passed to scale_fill_manual()

Value

A discrete ggplot2 fill scale

Examples

library(ggplot2)
ggplot(mtcars, aes(factor(cyl), fill = factor(cyl))) +
  geom_bar() +
  scale_fill_bit12()

hrbrmstr/hrbrthemes documentation built on June 13, 2025, 8:38 a.m.