R/soilwater3.R

Defines functions soilwater3

Documented in soilwater3

soilwater3 <- 
function(x, theta_R, a1, p1, a2, p2)
	theta_R + a1 * exp(-x/p1) + a2 * exp(-x/p2)

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.