
Set loon's color mapping list to the colors from hcl color wheen
Source:R/l_ColorList.R
l_setColorList_hcl.Rd
Loon's color list is used to map nominal values to colors. See
the documentation for l_setColorList
.
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