NDVI: Compute NDVI

Description Usage Arguments Details Value Author(s) See Also

View source: R/NDVI.R

Description

This function computes camera NDVI as in Petach et al. (2014)

Usage

1
2
NDVI(exposure.matched, RGB.VI, IR.VI, spatial=FALSE)
  

Arguments

exposure.matched

A dataframe as in output from matchExposure()

RGB.VI

A dataframe for RGB VI extracted as in output from extractVIs()

IR.VI

A dataframe for IR VI extracted as in output from extractVIs()

spatial

Set this flag to TRUE if you have extracted VIs with spatial == TRUE.

Details

Compute NDVI as in Petach et al. (2014)

Value

A data.frame with NDVI computed after Petach et al. (2014).

Author(s)

Jeroen Staab <jeroen.staab@posteo.de>, Gianluca Filippa <gian.filippa@gmail.com>

See Also

getExposure NDVI


gianlucafilippa/phenopix documentation built on Nov. 4, 2019, 1:06 p.m.