map_palettes | R Documentation |
Many palettes generator
many_palettes(palette, n, type = c("discrete", "continuous"))
palette |
Name of desired palette. Current choices are:
|
n |
Number of colors desired. If omitted, uses all colours. |
type |
Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colours. |
A graphic display of colours in palette.
Adapted from https://github.com/karthik/wesanderson/blob/master/R/colors.R
many_palettes()
#many_palettes("IHEID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.