loon_palette {loon} | R Documentation |
Loon's color generator for creating color palettes
Description
Loon has a color sequence generator implemented creates a color
palettes where the first m
colors of a color palette of size
m+1
are the same as the colors in a color palette of size m
,
for all positive natural numbers m
. See the details in the
l_setColorList
documentation.
Usage
loon_palette(n)
Arguments
n |
number of different colors in the palette |
Value
vector with hex-encoded color values
See Also
Examples
loon_palette(12)
[Package loon version 1.4.1 Index]