EVI: Enhanced Vegetation Index

View source: R/EVI.R

EVIR Documentation

Enhanced Vegetation Index

Description

The Enhanced Vegetation Index (EVI) was designed to quantify vegetation greenness by the combination of NIR, Red, and Blue spectral bands. The extended formula of EVI includes the corrections for the atmospheric conditions and considers the effects from the canopy background. Similar to the NDVI, the values of EVI range from -1 to +1, with the range indicating healthy vegetation located between 0.2 and 0.8 (Lemenkova & Debeir, 2023).

Usage

EVI (NIR, RED, BLUE)

Arguments

NIR

Near-infrared spectral band

RED

Red spectral band

BLUE

Blue spectral band

Value

Enhanced Vegetation Index

References

Lemenkova, P., & Debeir, O. (2023). Computing vegetation indices from the satellite images using GRASS GIS scripts for monitoring mangrove forests in the coastal landscapes of Niger Delta, Nigeria. Journal of Marine Science and Engineering, 11(4), 871.

Examples

EVI (0.14628, 0.061663, 0.034204)

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