| phines | R Documentation |
Generate Phenological Palettes
phines(name, n = NULL, direction = 1)
name |
Palette name (palay_harvest, mangga_pico, coral_bleach, red_tide_watch, forest_transition) |
n |
Number of colors. If NULL, returns the anchor colors. |
direction |
1 for standard, -1 for reversed. |
A character vector of hex colors. If n is NULL,
returns the original anchor colors; otherwise, returns an interpolated
vector of length n for smooth gradients.
phines("palay_harvest", n = 5)
phines("mangga_pico", direction = -1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.