tam_pal | R Documentation |
Just a bunch of hex color vectors... Color palette as vector (no function). Colors can be sequential (one color), diverging (2 colors)
tam_pal
temps_pal
temps_spal
lt_pal
lt_spal
tam_dpal
lt_dpal
tam_spal
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.
tam_pal: 8 categorical tam colors
tam_dpal: diverging color palette with 13 levels
tam_spal: single hue blueish
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.