Description Usage Arguments Value References Examples
SI has main applications in forestry and crop monitoring. The characteristics of canopy shadow are associated by the total spectral radiance that is reflected from the canopy. Canopy shadow provides essential information about trees and plants arrangement.
1 | SI(B, G, R)
|
B |
A raster layer object with the reflectance values for the Blue band. |
G |
A raster layer object with the reflectance values for the Green band. |
R |
A raster layer object with the reflectance values for the Red band. |
SI - Shadow Index
Rikimaru et al., 2002. Tropical forest cover density mapping. Tropical Ecology, 43, 39-47. https://www.geo.university/pages/spectral-indices-with-multispectral-satellite-data.
1 2 3 4 5 | library(raster)
path_files <- system.file("extdata/", package="nightmares")
bands <- stack(list.files(path_files,".tif", full.names=TRUE))
x <- ref_oli(bands, sun.elev= 67.97)
SI(x[[2]], x[[3]], x[[4]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.