Learn R Programming

sits (version 0.13.0)

sits_savi: Builds soil-adjusted vegetation index

Description

Adds new tasseled cap bands.

Usage

sits_savi(data)

Arguments

data

Valid sits tibble.

Value

A sits tibble with the SAVI index.

Examples

Run this code
# NOT RUN {
# Retrieve data for time series with label samples in Mato Grosso in Brazil
data(samples_mt_6bands)
# Generate a new image with the tasseled cap
savi.tb <- sits_savi(samples_mt_6bands)
# }

Run the code above in your browser using DataLab