Description Usage Arguments Value References Examples
This function Convert Reclectance values to Brightness, Greenness and Wetness.
1 | tasscap_oli(x)
|
x |
A raster stack containing the reflectance values of the first seven Landsat OLI bands. |
Layer 1 - Brightness.
Layer 2 - Greenness.
Layer 3 - Wetness.
Baig et al., 2014. Derivation of a tasselled cap transformation based on Landsat 8 at-satellite reflectance. Remote Sensing Letters 5(5), 423-431.
1 2 3 4 | library(raster)
path_files <- system.file("extdata/", package="nightmares")
x <- stack(list.files(path_files,".tif", full.names=TRUE))
tasscap_oli(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.