Learn R Programming

sits (version 0.10.0)

sits_bands.sits: Informs the names of the bands of a set of timeseries

Description

Finds the names of the bands of time series in a sits tibble

Usage

# S3 method for sits
sits_bands(data)

Arguments

data

Valid sits tibble (time series)

Value

A string vector with the names of the bands.

Examples

Run this code
# NOT RUN {
# Retrieve the set of samples for Mato Grosso (provided by EMBRAPA)
# show the bands
sits_bands(samples_mt_6bands)
# }

Run the code above in your browser using DataLab