AVI: Advanced Vegetation Index

View source: R/AVI.R

AVIR Documentation

Advanced Vegetation Index

Description

Advanced Vegetation Index (AVI) is a numerical indicator, similar to NDVI that uses the red and near-infrared spectral bands. Like NDVI, AVI is used in vegetation studies to monitor crop and forest variations over time. Through the multi-temporal combination of the AVI and the NDVI, users can discriminate different types of vegetation and extract phenology characteristics/ parameters (Rikimaru et al., 2002)

Usage

AVI(NIR, RED)

Arguments

NIR

Near-infrared spectral band

RED

Red spectral band

Value

Advanced Vegetation Index

References

Rikimaru, A., Roy, P. S., & Miyatake, S. (2002). Tropical forest cover density mapping. Tropical Ecology, 43(1), 39–47.

Examples

AVI(0.14628, 0.061663)

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