R/ARVI.R

Defines functions ARVI

Documented in ARVI

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

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.