scale_color_flexoki_dark: Discrete Color Scale Using Flexoki Dark Colors

View source: R/flexoki.R

scale_color_flexoki_darkR Documentation

Discrete Color Scale Using Flexoki Dark Colors

Description

Discrete Color Scale Using Flexoki Dark Colors

Usage

scale_color_flexoki_dark(...)

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

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