Skip to contents

This function returns a ggplot2 color scale using the TOK main palette.

Usage

scale_color_tok()

Value

A ggplot2 scale object.

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg, color = factor(gear))) +
  geom_point(size = 3) +
  scale_color_tok()