Description Usage Arguments See Also Examples
Interpolate a color palette.
1 | orange_palettes(palette = "main", reverse = FALSE, ...)
|
palette |
Character name of a palette. One of "main", "secondary", "grey", "blue", "green", "pink", "purple" or "yellow". |
reverse |
Boolean indicating whether the palette should be reversed. |
... |
Additional arguments to pass to colorRampPalette(). |
orange_colors
, scale_color_orange
,
scale_fill_orange
1 2 3 | orange_palettes("main")(2)
orange_palettes("secondary", reverse = TRUE)(6)
orange_palettes("blue")(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.