sits_colors_show {sits} | R Documentation |
Function to show colors in SITS
Description
Shows the default SITS colors
Usage
sits_colors_show(legend = NULL, font_family = "sans")
Arguments
legend |
One of the accepted legends in sits |
font_family |
A font family loaded in SITS |
Value
no return, called for side effects
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
Examples
if (sits_run_examples()) {
# show the colors supported by SITS
sits_colors_show()
}
[Package sits version 1.5.0 Index]