scale_color_flexoki_continuous: Continuous Color Scale Using Flexoki Colors

View source: R/flexoki.R

scale_color_flexoki_continuousR Documentation

Continuous Color Scale Using Flexoki Colors

Description

Continuous Color Scale Using Flexoki Colors

Usage

scale_color_flexoki_continuous(palette = "red", ...)

Arguments

palette

Name of the color palette to use ("red", "orange", "yellow", "green", "cyan", "blue", "purple", "magenta")

...

Additional arguments passed to scale_color_gradientn()

Value

A continuous ggplot2 color scale

Examples

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

hrbrmstr/hrbrthemes documentation built on Jan. 17, 2025, 7:32 p.m.