Returns the default color table.
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
Gilberto Camara, gilberto.camara@inpe.br
Examples
if (sits_run_examples()) {
# return the names of all colors supported by SITS
sits_colors()
}