loon_palette: Loon's color generator for creating color palettes

View source: R/l_ColorList.R

loon_paletteR 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

l_setColorList

Examples

loon_palette(12)

loon documentation built on July 9, 2023, 5:48 p.m.