savi: savi

Description Usage Arguments Details Value References Examples

View source: R/landsat_processing.R

Description

Compute the Soil-Adjusted Vegetation Index (SAVI).

Usage

1
savi(x, y)

Arguments

x

NIR band.

y

Red band.

Details

Compute the Soil-Adjusted Vegetation Index (SAVI) employing the surface reflectance NIR and Red bands of a satellite image.

Value

SAVI values ranging from -1 to 1.

References

Huete, A.R. (1988). A soil-adjusted vegetation index (SAVI). Remote Sens. Environ., 25, pp. 295-309.

Examples

1
2
3
## Not run: # For Landsat 8 bands
saviind <- savi(B5, B4)
## End(Not run)

RichardLemoine/LSTtools documentation built on Oct. 19, 2020, 12:50 a.m.