View source: R/scale_color_colorhex.R
palette_colorhex | R Documentation |
This function downloads a requested color palette from https://www.color-hex.com/. This website provides a large number of user-submitted color palettes.
palette_colorhex(palette = 1014416, reverse = FALSE, ...)
palette |
The numeric code for a palette at https://www.color-hex.com/.
For example, |
reverse |
Boolean indicating whether the palette should be reversed. |
... |
Additional arguments to pass to |
This function is usually not called directly, but from within
scale_color_colorhex()
.
The default Josiah color palette (number 1014416) is available without an internet connection. All other color palettes require an internet connection to download and access.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.