Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Soil-Adjusted Vegetation Index (SAVI).
1 | savi(x, y)
|
x |
NIR band. |
y |
Red band. |
Compute the Soil-Adjusted Vegetation Index (SAVI) employing the surface reflectance NIR and Red bands of a satellite image.
SAVI values ranging from -1 to 1.
Huete, A.R. (1988). A soil-adjusted vegetation index (SAVI). Remote Sens. Environ., 25, pp. 295-309.
1 2 3 | ## Not run: # For Landsat 8 bands
saviind <- savi(B5, B4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.