R/cvevi.R

Defines functions cvevi

Documented in cvevi

cvevi<-function(evi)
{
  if (sum(evi>=1/2)!=0) warning("The function is available for evi<1/2",call. = TRUE)
  else  1/sqrt(1-2*evi)
}

Try the ercv package in your browser

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

ercv documentation built on Oct. 30, 2019, 9:49 a.m.