Description Usage Format Value Examples
Palettes stored in nested lists according to theme.
Choices of palettes are:
warramaba
: palettes for matchstick grasshoppers (Warramaba),
lizards
: palettes for Australian lizards,
landscapes
: palettes for Australian landscapes,
birds
: palettes for Australian birds,
frogs
: palettes for Australian frogs,
plants
: palettes for Australian plants,
fish
: palettes for Australian fish,
inverts
: palettes for Australian invertebrates
1 |
An object of class list
of length 10.
A vector of colours.
1 2 3 4 5 6 7 | # Call themed sets of palettes
oz_palettes[["lizards"]] # or
oz_palettes$lizards
# Call individual palettes using square brackets
oz_palettes[["lizards"]][["c.decresii"]] # or
oz_palettes$lizards$c.decresii
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.