freshwater_pal: freshwater_pal

Description Usage Arguments Author(s) Examples

View source: R/freshwater.R

Description

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.

Usage

1
freshwater_pal(palette = "main", reverse = FALSE, ...)

Arguments

palette

Choose your favourite palette: "Tajo", "Jarama", "Manzanares", "Culebro", "Aphanius", "Lepomis" or "Cyprinus"

reverse

TRUE/FALSE

Author(s)

Carlos Cano-Barbacil

Examples

1
2
3
4
freshwater_pal("Tajo")
colors <- freshwater_pal("Tajo")(12)
colors
show_col(colors)

canobarbacil/FreshWater documentation built on Feb. 13, 2021, 12:50 a.m.