palette_see: See design color palette

View source: R/scale_color_see.R

palette_seeR Documentation

See design color palette

Description

See design color palette

Usage

palette_see(palette = "contrast", reverse = FALSE, ...)

Arguments

palette

Character name of palette. Depending on the color scale, can be one of "full", "ice", "rainbow", "complement", "contrast", "light" (for dark themes), "black_first", full_original, or black_first_original. The latter three options are especially for the Okabe-Ito color palette. The default is NULL and either "contrast" or "gradient" is used (depending on whether discrete is TRUE or FALSE), which are the two scale useful for discrete or gradient color scales, respectively.

reverse

Boolean indicating whether the palette should be reversed.

...

Additional arguments to pass to colorRampPalette().

Details

This function is usually not called directly, but from within scale_color_see().


see documentation built on April 4, 2025, 1:34 a.m.