loon (version 1.3.3)

l_setColorList_hcl: Set loon's color mapping list to the colors from hcl color wheen

Description

Loon's color list is used to map nominal values to colors. See the documentation for l_setColorList.

Usage

l_setColorList_hcl(chroma = 56, luminance = 51, hue_start = 231)

Arguments

chroma

The chroma of the color. The upper bound for chroma depends on hue and luminance.

luminance

A value in the range [0,100] giving the luminance of the colour. For a given combination of hue and chroma, only a subset of this range is possible.

hue_start

The start hue for sampling. The hue of the color specified as an angle in the range [0,360]. 0 yields red, 120 yields green 240 yields blue, etc.

Details

Samples equally distant colors from the hcl color wheel. See the documentation for hcl for more information.

See Also

l_setColorList, l_setColorList_loon, l_setColorList_ColorBrewer, l_setColorList_hcl, l_setColorList_baseR, l_setColorList_ggplot2