scale_color_components: components.ai color scales for ggplot2

Description Usage Arguments

View source: R/components.R

Description

components.ai color scales for ggplot2

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
scale_color_components(
  palette = "lab",
  level = 8,
  discrete = TRUE,
  alpha = 1,
  reverse = FALSE,
  ...
)

scale_colour_components(
  palette = "lab",
  level = 8,
  discrete = TRUE,
  alpha = 1,
  reverse = FALSE,
  ...
)

Arguments

palette

Character. A palette to display; one of "bootstrap", "lab" (the default), "material", "open_color", "palx", or "tachyons".

level

Numeric. The "level" of the palette to be displayed.

alpha

Numeric. Transparency.

reverse

Logical. Should the order of colors be reversed?

...

Arguments passed to either [ggplot2::discrete_scale] or [ggplot2::scale_color_gradientn], as appropriate.


mikemahoney218/ggm218 documentation built on Dec. 21, 2021, 6:56 p.m.