R/Ruso.R

Ruso <-
function (x,thr,ths,alp,nscal){
.value <-thr+(ths-thr)*((1+0.5*alp*x)*exp(-0.5*alp*x))^(2/(nscal+2))
.value
}

Try the HydroMe package in your browser

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

HydroMe documentation built on May 29, 2024, 9:35 a.m.