powered by
Finds the names of the bands of time series in a sits tibble or sets the names of the bands if a set of values is given.
sits_bands(data.tb)
Valid sits tibble.
A string vector with the names of the bands.
# NOT RUN { # Retrieve the set of samples for the Mato Grosso region (provided by EMBRAPA) data(samples_mt_9classes) # print the bands sits_bands(samples_mt_9classes) # }
Run the code above in your browser using DataLab