all_colors | R Documentation |
all_colors
combines the unikn color gradients with the
657 named colors provided by colors
of grDevices.
all_colors(distinct = TRUE)
distinct |
Boolean: Return only colors with unique values and names?
Default: |
The color values returned (as a named character vector) are either HEX/HTML codes or base R color names.
The distinct
option removes colors with duplicate color values or names.
A named vector of color values (of type character).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.