Landsat5_NDVI: Landsat5_NDVI()

Description Usage Author(s) Examples

View source: R/Landsat5_NDVI.R

Description

Subfunction of getNDVI(). Landsat5_NDVI() takes two lists of directories and checks every subdirectory for Landsat 8 Bands B3 and B4.

Once found, computes the NDVI.

Usage

1

Author(s)

Pawel Kluter

Examples

1
2
3
4
x <- list.files("dirMain")
y <- list.files("dirSub")

LS5_NDVI <- Landsat8_NDVI(x, y)

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