R/Tani.R

Defines functions Tani

Documented in Tani

Tani <-
function(x,thr,ths,alp){
.value<-thr+(ths-thr)*(1+alp*x)*exp(-alp*x)
.value
}

Try the HydroMe package in your browser

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

HydroMe documentation built on Jan. 13, 2021, 7:37 p.m.