NDVI: NDVI()

Description Usage Author(s) Examples

View source: R/NDVI.R

Description

https://en.wikipedia.org/wiki/Normalized_difference_vegetation_index

Subfunction of getNDVI() and Landsat5_NDVI/Landsat8_NDVI.

Function computes the NDVI. Needs a Red and a NIR band as input.

Usage

1
NDVI(x, y)

Author(s)

Pawel Kluter

Examples

1
2
3
4
x <- redBand
y <- nirBand

ndvi <- NDVI(x, y)

kluter/LCquickVieweR documentation built on Dec. 3, 2020, 9:55 p.m.