Learn R Programming

cols4all (version 0.6)

c4a_options: Set cols4all options

Description

Get or set global options for c4a. Works similar as the base function options

Usage

c4a_options(...)

Value

A list of options

Arguments

...

Use character values to retrieve options. To set options, either use named arguments (where the names refer to the options), a list that consists of those options.

Details

OptionDescription
defaultsDefault palettes per type
CBF_thParameters that label a palette as color blind friendly
CBU_thParameters that label a palette as color blind unfriendly
CrangeFairMaximum chroma range for which a palette is considered harmonic
CrangeUnfairMinimum chroma range for which a palette is considered disharmonic
LrangeFairMaximum luminance range for which a palette is considered harmonic
LrangeUnfairMinimum luminance range for which a palette is considered disharmonic
CintenseChroma of colors that are considered intense
CpastelChroma of colors that are considered 'pastel'
HwidthDivRainbowA diverging palette is labeled as 'rainbow hue' if HwidthL or HwidthR are at least HwidthDivRainbow
HwidthDivSingleA diverging palette is labeled as 'single hue' if HwidthL and HwidthR are at most HwidthDivSingle
HwidthSeqRainbowA sequential palette is labeled as 'rainbow hue' if Hwidth is at least HwidthSeqRainbow
HwidthSeqSingleA sequential palette is labeled as 'single hue' if Hwidth is at most HwidthSeqSingle