scale_color_bit12: Discrete Color Scale Using Bit12 Colors

View source: R/bit12.R

scale_color_bit12R Documentation

Discrete Color Scale Using Bit12 Colors

Description

Discrete Color Scale Using Bit12 Colors

Usage

scale_color_bit12(...)

Arguments

...

Additional arguments passed to scale_color_manual()

Value

A discrete ggplot2 color scale

Examples

library(ggplot2)
ggplot(mtcars, aes(wt, mpg, color = factor(cyl))) +
  geom_point() +
  scale_color_bit12()

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