sits_colors: Function to retrieve sits color table

View source: R/sits_colors.R

sits_colorsR 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()
}

sits documentation built on Nov. 2, 2023, 5:59 p.m.