deltaNDVI: deltaNDVI()

Description Usage Author(s) Examples

View source: R/deltaNDVI.R

Description

deltaNDVI() is a subfunction of getDeltaNDVI().

Raster calculation: deltaNDVI subtracts NDVI datasets from each other. The prior dataset is subtracted from the later.

Usage

1
deltaNDVI(x, y)

Author(s)

Pawel Kluter

Examples

1
2
3
4
x <- laterDateset
y <- priorDataset

delta <- deltaNDVI(x, y)

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