ARVI: Calculates the Atmospherically Resistant Vegetation Index...

Description Usage Arguments References Examples

Description

Calculates the Atmospherically Resistant Vegetation Index (ARVI)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ARVI(blue, red, nir, ...)

## S4 method for signature 'numeric,numeric,numeric'
ARVI(blue, red, nir)

## S4 method for signature 'matrix,matrix,matrix'
ARVI(blue, red, nir)

## S4 method for signature 'RasterLayer,RasterLayer,RasterLayer'
ARVI(blue, red, nir, ...)

Arguments

blue

blue

red

red

nir

near-infrared

...

additional arguments as for writeRaster

References

Kaufman, Y. J., and D. Tanre. 1996. Strategy for direct and indirect methods for correcting the aerosol effect on remote sensing: from AVHRR to EOS-MODIS. Remote Sensing of Environment:65-79.

Examples

1
2
3
ARVI_img <- ARVI(blue=raster(L5TSR_1986, layer=1), red=raster(L5TSR_1986, 
                 layer=3), nir=raster(L5TSR_1986, layer=4))
plot(ARVI_img)

azvoleff/teamlucc documentation built on May 11, 2019, 5:19 p.m.