colpal.cont | R Documentation |
Get a continuous color palette
colpal.cont(n = 3, name = "viridis", ...)
n |
number of colors returned |
name |
name of the color palette |
... |
arguments passed to other functions |
a character vector containing n colors
Fabian Mueller
plotColpal(colpal.cont(5, "viridis"))
plotColpal(colpal.cont(5, "cb.BrBG"))
plotColpal(colpal.cont(9, "solarextra"))
plotColpal(colpal.cont(9, "cptcity.schwarzwald_cont"))
plotColpal(colpal.cont(9, "cptcity.europe_7"))
plotColpal(colpal.cont(9, "cptcity.spain"))
plotColpal(colpal.cont(9, "cptcity.nordisk"))
plotColpal(colpal.cont(9, "cptcity.cmocean_delta"))
plotColpal(colpal.cont(9, "cptcity.colombia"))
plotColpal(colpal.cont(9, "cptcity.blue_tan_d14"))
plotColpal(colpal.cont(9, "cptcity.arendal_temperature"))
plotColpal(colpal.cont(9, "cptcity.jjg_misc_temperature"))
plotColpal(colpal.cont(9, "cptcity.jjg_neo10_elem_rain"))
plotColpal(colpal.cont(9, "cptcity.es_vintage_57"))
plotColpal(colpal.cont(9, "cptcity.es_skywalker_02"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.