| sits_bands {sits} | R Documentation |
Finds the names of the bands of a set of time series or of a data cube
sits_bands(x)
x |
Valid sits tibble (time series or a cube) |
A string vector with the names of the bands.
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br
{
# Retrieve the set of samples for Mato Grosso (provided by EMBRAPA)
# show the bands
sits_bands(samples_modis_4bands)
}