Description Usage Arguments Author(s) Examples
This function allows to get a pallete by name from the list ("Tajo" by default). It also has a boolean condition determining whether to reverse the color order or not.
1 | freshwater_pal(palette = "main", reverse = FALSE, ...)
|
palette |
Choose your favourite palette: "Tajo", "Jarama", "Manzanares", "Culebro", "Aphanius", "Lepomis" or "Cyprinus" |
reverse |
TRUE/FALSE |
Carlos Cano-Barbacil
1 2 3 4 | freshwater_pal("Tajo")
colors <- freshwater_pal("Tajo")(12)
colors
show_col(colors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.