R/map_palettes.R
map_palettes.Rd
Many palettes generator
many_palettes(palette, n, type = c("discrete", "continuous"))
Adapted from https://github.com/karthik/wesanderson/blob/master/R/colors.R
Name of desired palette. Current choices are: IHEID, Centres, SDGs, ETHZ, RUG, and UZH.
IHEID
Centres
SDGs
ETHZ
RUG
UZH
Number of colors desired. If omitted, uses all colours.
Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colours.
A graphic display of colours in palette.
many_palettes() #many_palettes("IHEID")