scale_fill_components: components.ai fill scales for ggplot2

Description Usage Arguments

View source: R/components.R

Description

components.ai fill scales for ggplot2

Usage

1
2
3
4
5
6
7
8
scale_fill_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_fill_gradientn], as appropriate.


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