Arguments
- palette
Character. Palette name
Value
Named vector of hex color codes
Examples
if (FALSE) { # \dontrun{
ps_colors("trophic_group")
ps_colors("functional_groups")
# Use in ggplot2
scale_color_manual(values = ps_colors("trophic_group"))
} # }