NDVI {phenopix} | R Documentation |
Compute NDVI from Phenocam color indices
Description
This function computes camera NDVI as in Petach et al. (2014)
Usage
NDVI(exposure.matched, RGB.VI, IR.VI, spatial=FALSE)
Arguments
exposure.matched |
A dataframe as in output from |
RGB.VI |
A dataframe for RGB VI extracted as in output from |
IR.VI |
A dataframe for IR VI extracted as in output from |
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
[Package phenopix version 2.4.4 Index]