R/MB.R

MB <-
function (x, thr, ths, alp){
.value <- thr + (ths-thr)*exp(-x*alp)
.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.