Learn R Programming

sits (version 1.2.0)

sits_color_names: Show names of SITS color palettes

Description

Returns the names of the palettes supported by SITS

Usage

sits_color_names()

Arguments

Value

Names of available color palettes in SITS

Author

Gilberto Camara, gilberto.camara@inpe.br

Examples

Run this code
if (sits_run_examples()) {
    # show the names of the colors supported by SITS
    sits_color_names()
    # show a color palette
    sits_colors_show("Blues", n_colors = 16)
}

Run the code above in your browser using DataLab