NDVI: Normalized Difference Vegetation Index

View source: R/NDVI.R

NDVIR Documentation

Normalized Difference Vegetation Index

Description

Among the typical spectral vegetation indices, NDVI is one of the most suitable to track crop development dynamics since it measures photosynthetically active biomass in plants. Standard method for comparing the vegetation greenness explains density of vegetation. The NDVI values tentatively ranges between -1 to +1, the values close to +1 denotes the good health of vegetation (Vermote et al., 2016).

Usage

NDVI (NIR, RED)

Arguments

NIR

Near-infra red spectral band

RED

Red spectral band

Value

Normalized Difference Vegetation Index

References

Vermote, E., Justice, C., Claverie, M., & Franch, B. (2016). Preliminary analysis of the performance of the Landsat 8/OLI land surface reflectance product. Remote Sensing of Environment, 185, 46–56.

Examples

NDVI (0.14628, 0.061663)

VegSpecIndex documentation built on April 4, 2025, 4:28 a.m.