scale_color_flexoki_light: Discrete Color Scale Using Flexoki Light Colors

View source: R/flexoki.R

scale_color_flexoki_lightR Documentation

Discrete Color Scale Using Flexoki Light Colors

Description

Discrete Color Scale Using Flexoki Light Colors

Usage

scale_color_flexoki_light(...)

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_flexoki_light()

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