Description Usage Author(s) Examples
View source: R/Landsat5_NDVI.R
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.
1 | Landsat5_NDVI(x, y)
|
Pawel Kluter
1 2 3 4 | x <- list.files("dirMain")
y <- list.files("dirSub")
LS5_NDVI <- Landsat8_NDVI(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.