Learn R Programming

VegSpecIndex (version 0.1.0)

EVI: 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)

Value

Enhanced Vegetation Index

Arguments

NIR

Near-infrared spectral band

RED

Red spectral band

BLUE

Blue spectral band

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

Run this code
EVI (0.14628, 0.061663, 0.034204)

Run the code above in your browser using DataLab