R/Campbel.R

Defines functions Campbel

Documented in Campbel

Campbel <-
function(x,ths,alp,nscal){
.value<-ths*(alp*x)^(-nscal)
.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.