Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Normalized Difference Vegetation Index (NDVI).
1 | ndvi(x, y)
|
x |
NIR band. |
y |
Red band. |
Compute the Normalized Difference Vegetation index (NDVI) employing the surface reflectance NIR and Red bands of a satellite image.
NDVI values ranging from -1 to 1.
Rouse, J.W., R.H. Haas, J.A. Schell, and D.W. Deering. (1974). Monitoring vegetation systems in the Great Plains with ERTS, In: S.C. Freden, E.P. Mercanti, and M. Becker (eds) Third Earth Resources Technology Satellite-1 Syposium. Volume I: Technical Presentations, NASA SP-351, NASA, Washington, D.C., pp. 309-317.
1 2 3 | ## Not run: # For Landsat 8 bands
ndviind <- ndvi(B5, B4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.