metric_savi: Calculates the soil adjusted vegetation index (SAVI).

View source: R/metric.R

metric_saviR Documentation

Calculates the soil adjusted vegetation index (SAVI).

Description

Calculates the soil adjusted vegetation index (SAVI).

Usage

metric_savi(red, nir, const = 0.1)

Arguments

red

top-of-atmosphere reflectance on the red band.

nir

top-of-atmosphere reflectance on the near-infrared band.

const

numeric constant usually set to 0.1 for METRIC applications.


jvitorpinto/agmet documentation built on April 17, 2025, 5:05 p.m.