R/GLI.R

Defines functions GLI

Documented in GLI

#' @export
GLI <- function(GREEN, RED, BLUE){
  GLI = ((2 * GREEN)- RED- BLUE)/((2 * GREEN)+ RED + BLUE)
  return(GLI)
}

Try the VegSpecIndex package in your browser

Any scripts or data that you put into this service are public.

VegSpecIndex documentation built on April 4, 2025, 4:28 a.m.