MSAVI2: Calculates the Modified Soil-Adjusted Vegetation Index...

Description Usage Arguments References Examples

Description

Note that this avoids the need for calculating L by using the equation for MSAVI2 from Qi et al. (1994).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
MSAVI2(red, nir, ...)

## S4 method for signature 'numeric,numeric'
MSAVI2(red, nir)

## S4 method for signature 'matrix,matrix'
MSAVI2(red, nir)

## S4 method for signature 'RasterLayer,RasterLayer'
MSAVI2(red, nir, ...)

Arguments

red

red

nir

near-infrared

...

additional arguments as for writeRaster

References

Qi, J., A. Chehbouni, A. R. Huete, Y. H. Kerr, and S. Sorooshian. 1994. A modified soil adjusted vegetation index. Remote Sensing of Environment 48:119-126.

Examples

1
2
3
MSAVI_img <- MSAVI2(red=raster(L5TSR_1986, layer=3),
                    nir=raster(L5TSR_1986, layer=4))
plot(MSAVI_img)

yinscapital/sat-locat-reference-team-lucc documentation built on May 14, 2019, 11:09 a.m.