Learn R Programming

sits (version 1.12.0)

sits_bands: Informs the names of the bands of a time series

Description

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.

Usage

sits_bands(data.tb)

Arguments

data.tb

Valid sits tibble.

Value

A string vector with the names of the bands.

Examples

Run this code
# 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