R/SI.R

Defines functions SI

Documented in SI

#' @export
SI <- function(BLUE, GREEN, RED){
  SI = ((1-BLUE)*(1-GREEN)*(1-RED))^(1/3)
  return(SI)
}

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.