Description Details Author(s) References See Also Examples
Palettes information including name, palette full name, class, maxcolors, category and colorblind.
It is a 171 * 5 data.frame:
character, the formal name of the palettes
character, the class name of the palette: "brewer", "ggtableau", "ggthemes", "ggsolarized", "viridis", "aetna", "grdevice"
numeric, the max number of colors for each palette
chracter, category of 'div(verging)', 'qual(itative)' or 'seq(uential)'
logical, whether the palette is colorblind-friendly
Yiying Wang wangy@aetna.com
The data set is used for getPalette
and getHexPal
RColorBrewer ggthemes grDevices viridis
1 2 3 4 | ## Not run:
data(palette.info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.