sits_colors {sits} | R Documentation |
Function to retrieve sits color table
Description
Returns the default color table.
Usage
sits_colors(legend = NULL)
Arguments
legend |
One of the accepted legends in sits |
Value
A tibble with color names and values
Note
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
.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
Examples
if (sits_run_examples()) {
# return the names of all colors supported by SITS
sits_colors()
}
[Package sits version 1.5.3 Index]