Description Usage Format See Also Examples
pal_sgb_rot ist eine zusaetzliche SGB Farbpalette als data frame mit 5 Farben
(Abstufungen von SGBrot).
1 |
An object of class character of length 5.
pal_sgb fuer die SGB Standard-Farbpalette mit allen 5 Farben von pal_sgb_rot;
pal_sgb_pref fuer eine SGB Farbpalette mit allen bevorzugten Farben;
seecol um die Farbpaletten anzusehen;
usecol um die Farbpaletten zu verwenden.
Other color palettes:
pal_sgb_dunkelblau,
pal_sgb_gelb,
pal_sgb_grau,
pal_sgb_hellblau,
pal_sgb_pair,
pal_sgb_pref,
pal_sgb_signal,
pal_sgb_web,
pal_sgb
1 2 3 4 5 6 7 8 9 10 11 12 | pal_sgb_rot
# Auswahl nach Position:
pal_sgb_rot[4] # 2. Farbname "rot4" (als df)
pal_sgb_rot[[4]] # 2. Farbwert "#990000"
# Auswahl nach Name:
pal_sgb_rot["rot4"] # Farbe "rot4" (als df)
pal_sgb_rot[["rot4"]] # Farbwert "#990000"
# Palette plotten:
seecol(pal_sgb_rot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.