Description Usage Arguments Value References Examples
This function is used to estimate leaf chlorophyll content of plants species.
1 | GCI(G, NIR)
|
G |
A raster layer object with the reflectance values for the Green band. |
NIR |
A raster layer object with the reflectance values for the Near Infrared band. |
GCI - Green Chlorophyll Index.
Gitelson et al., 2003. Relationships between leaf chlorophyll content and spectral reflectance and algorithms for non-destructive chlorophyll assessment in higher plant leaves. Journal of Plant Physiology, 160, 271-282.
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)
GCI(x[[3]], x[[5]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.