Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Modified Soil-Adjusted Vegetation Index (MSAVI).
1 | msavi(x, y)
|
x |
NIR band. |
y |
Red band. |
Compute the Modified Soil-Adjusted Vegetation Index (MSAVI) employing the surface reflectance NIR and Red bands of a satellite image.
MSAVI values ranging from -1 to 1.
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.
1 2 3 | ## Not run: # For Landsat 8 bands
msaviind <- msavi(B5, B4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.