colors_tam: Color palettes

tam_palR Documentation

Color palettes

Description

Just a bunch of hex color vectors... Color palette as vector (no function). Colors can be sequential (one color), diverging (2 colors)

Usage

tam_pal

temps_pal

temps_spal

lt_pal

lt_spal

tam_dpal

lt_dpal

tam_spal

Format

An object of class character of length 8.

An object of class character of length 9.

An object of class character of length 10.

An object of class character of length 9.

An object of class character of length 7.

An object of class character of length 13.

An object of class character of length 9.

An object of class character of length 7.

Details

tam_pal: 8 categorical tam colors

tam_dpal: diverging color palette with 13 levels

tam_spal: single hue blueish

Examples

pie(rep(1,length(tam_pal)), col=tam_pal)
pie(rep(1,length(temps_pal)), col=temps_pal)
pie(rep(1,length(temps_spal)), col=temps_spal)
pie(rep(1,length(lt_pal)), col=lt_pal)
pie(rep(1,length(lt_spal)), col=lt_spal)
pie(rep(1,length(tam_dpal)), col=tam_dpal)
pie(rep(1,length(lt_dpal)), col=lt_dpal)
pie(rep(1,length(tam_spal)), col=tam_spal)

d-qn/tamTheme documentation built on Feb. 8, 2023, 10:46 a.m.