sits_colors {sits} | R Documentation |
Function to retrieve sits color table
Description
Returns a color table
Usage
sits_colors(legend = NULL)
Arguments
legend |
One of the accepted legends in sits |
Value
A tibble with color names and values
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.0 Index]