scale_fill_flexoki_continuous: Continuous Fill Scale Using Flexoki Colors

View source: R/flexoki.R

scale_fill_flexoki_continuousR Documentation

Continuous Fill Scale Using Flexoki Colors

Description

Continuous Fill Scale Using Flexoki Colors

Usage

scale_fill_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_fill_gradientn()

Value

A continuous ggplot2 fill scale

Examples

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

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