loon (version 1.3.3)

loon_palette: 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

l_setColorList

Examples

Run this code
# NOT RUN {
loon_palette(12)
# }

Run the code above in your browser using DataLab