scale_color_flexoki_dark_spectrum: Distiller Color Scale Across All Flexoki Dark Colors

View source: R/flexoki.R

scale_color_flexoki_dark_spectrumR Documentation

Distiller Color Scale Across All Flexoki Dark Colors

Description

Creates a sequential color gradient using all colors from the Flexoki dark palette

Usage

scale_color_flexoki_dark_spectrum(direction = 1, ...)

Arguments

direction

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

...

Additional arguments passed to scale_color_gradientn()

Value

A sequential ggplot2 color scale

Examples

library(ggplot2)
ggplot(faithfuld, aes(waiting, eruptions, color = density)) +
  geom_point() +
  scale_color_flexoki_dark_spectrum()

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