Landsat8_NDVI: Landsat8_NDVI()

Description Usage Author(s) Examples

View source: R/Landsat8_NDVI.R

Description

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

Once found, computes the NDVI.

Usage

1

Author(s)

Pawel Kluter

Examples

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

LS8_NDVI <- Landsat8_NDVI(x, y)

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