sits_colors | R Documentation |
Returns the default color table.
sits_colors(legend = NULL)
legend |
One of the accepted legends in sits |
A tibble with color names and values
SITS has a predefined color palette with 238 class names.
These colors are grouped by typical legends used by the Earth observation
community, which include “IGBP”, “UMD”, “ESA_CCI_LC”, and “WORLDCOVER”.
Use sits_colors_show
to see a specific palette.
The default color table can be extended using
sits_colors_set
.
Gilberto Camara, gilberto.camara@inpe.br
if (sits_run_examples()) {
# return the names of all colors supported by SITS
sits_colors()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.