Simple helpful wrapper to quickly see colors in a THL palette.

plot_palette_thl(name, n = NULL)

Arguments

name

Spesify the name of the palette.

n

Number of colors to be printed from the palette

Examples

plot_palette_thl("quali")

plot_palette_thl("line")

plot_palette_thl("area")

plot_palette_thl("s1", 7)

plot_palette_thl("k1", 5)