msavi: msavi

Description Usage Arguments Details Value References Examples

View source: R/landsat_processing.R

Description

Compute the Modified Soil-Adjusted Vegetation Index (MSAVI).

Usage

1
msavi(x, y)

Arguments

x

NIR band.

y

Red band.

Details

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

Value

MSAVI values ranging from -1 to 1.

References

Qi J., Kerr Y., Chehbouni A. (1994). External factor consideration in vegetation index development. Proc. of Physical Measurements and Signatures in Remote Sensing, ISPRS, 723-730.

Examples

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

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