R/soilwater2.R

soilwater2 <- 
function (x, x0 = 6.653, k0, k1, n) 
	k1 * ( exp(-k0 / x0^n) - exp(-k0 / x^n) )

Try the soilphysics package in your browser

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

soilphysics documentation built on June 7, 2022, 5:06 p.m.