Learn R Programming

VegSpecIndex (version 0.1.0)

PVI: Perpendicular Vegetation Index

Description

The use of the PVI is based on the formula originally developed by Richardson and Wiegand in 1977. Sensitive to the atmospheric variations, the PVI is intended to monitor the productivity of range, forest, and croplands. Similar to DVI, it measures the perpendicular distance of the pixels from the soil line, since it is based on the assumption that soil reflectance supplies the background signal of the vegetated surfaces (Richardson & Wiegand, 1977).

Usage

PVI (NIR, RED, s, a, b)

Value

Perpendicular Vegetation Index

Arguments

NIR

Near-infra red spectral band

RED

Red spectral band

s

Soil adjacent factor

a

intercept of NIR Vs RED data

b

slope of NIR Vs RED data

References

Richardson, A. J., & Wiegand, C. L. (1977). Distinguishing Vegetation from Soil Background Information. Photogramm. Eng. Remote Sens., 43, 1541–1552.

Examples

Run this code
PVI (0.14628, 0.061663, 0.08, 0.310932791, 0.294346983)

Run the code above in your browser using DataLab