R/VARI.R

Defines functions VARI

Documented in VARI

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

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.