Learn R Programming

sits (version 1.12.0)

sits_tasseled_cap: Builds tasseled cap bands

Description

Adds new tasseled cap bands.

Usage

sits_tasseled_cap(data.tb, satellite = "MODIS")

Arguments

data.tb

Valid sits tibble.

satellite

Satellite name.

Value

A sits tibble with same samples and the new bands.

Examples

Run this code
# NOT RUN {
# Retrieve data for time series with label samples in Mato Grosso in Brazil
data (samples_mt_9classes)
# Generate a new image with the tasseled cap
tc.tb <- sits_tasseled_cap(samples_mt_9classes, satellite = "MODIS")
# }

Run the code above in your browser using DataLab