pavi: Purified Adjusted Vegetation Index

Description Usage Arguments Value Note Examples

Description

Purified Adjusted Vegetation Index (PAVI) is a vegetation based index.

Usage

1
pavi(directory = getwd(), crop = "n", ext2crop = "none")

Arguments

ext2crop, crop, directory

Same as mentioned in arvi.

Value

Computed PAVI product

Note

1. PAVI= (r_nir^2 - r_red^2)/(r_nir^2 + r_red^2)

where, "r_" denotes TOA reflectance band.

Other important notes are mentioned in custom.eqn.

Examples

1
2
3
4
5
6
7
library (raster)
library (rgdal)
# Finding the path of the sample satellite image directory.
# User may define paths directly like "/home/ur_folder" or "C:/ur_folder"
path <- system.file ("TM_sample", package = "ASIP")
shapefil <- paste0 (path, "/test.shp")
op <- pavi (directory = path, crop = "y", ext2crop = shapefil)

ASIP documentation built on May 1, 2019, 10:17 p.m.

Related to pavi in ASIP...