scale_fill_bit12_distiller: Distiller Fill Scale Using Bit12 Colors

View source: R/bit12.R

scale_fill_bit12_distillerR Documentation

Distiller Fill Scale Using Bit12 Colors

Description

Creates a sequential fill gradient based on a selected Bit12 color

Usage

scale_fill_bit12_distiller(palette = "azure", direction = 1, ...)

Arguments

palette

Name of the color palette to use ("plum", "rose", "coral", "apricot", "lemon", "lime", "mint", "teal", "sky", "azure", "cobalt", "violet")

direction

Sets the direction of the color scale (1 = default, -1 = reversed)

...

Additional arguments passed to scale_fill_gradientn()

Value

A sequential ggplot2 fill scale

Examples

library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions, fill = density)) +
  geom_tile() +
  scale_fill_bit12_distiller(palette = "azure")

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