sits_bands {sits}R Documentation

Get the names of the bands

Description

Finds the names of the bands of a set of time series or of a data cube

Usage

sits_bands(x)

Arguments

x

Valid sits tibble (time series or a cube)

Value

A string vector with the names of the bands.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Rolf Simoes, rolf.simoes@inpe.br

Examples

{
# Retrieve the set of samples for Mato Grosso (provided by EMBRAPA)
# show the bands
sits_bands(samples_modis_4bands)
}


[Package sits version 0.16.2 Index]