View source: R/fauna_colours.R
fauna_colours | R Documentation |
Used to retrieve a single color or vector of colors from the Faunalytics color palette. In order, colors included are: green, amber (or orange), red, dark blue, light blue, blue. The following are not part of the Faunalytics color palette, but will be returned when requested: black, white, gray, light gray, dark gray. Variations of grays spelled with an "e" (e.g., dark grey) will also work.
fauna_colours(...)
... |
One of the following: color name(s) in quotes, a number of desired colors (no more than 6), or nothing. Quoted colors must be a part of the Faunalytics color palette. If no value is provided, this function will return the base color palette with names. |
A named color hex code or named vector of color hex codes
fauna_colors("green")
fauna_colors("orange", "lightblue")
fauna_colors(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.