soilwater4 | R Documentation |
Function to calculate the soil water content based on the following formulas:
θ = \exp(a + b*Bd) ψ^c
(Silva et al., 1994)
θ = a ψ^c
(Ross et al., 1991)
where θ is the soil water content.
soilwater4(psi, Bd, a, b, c, model = c("Silva", "Ross"))
psi |
a numeric vector containing values of water potential (Psi). |
Bd |
a numeric vector containing values of dry bulk density. |
a |
a model-fitting parameter. See details. |
b |
a model-fitting parameter. See details. |
c |
a model-fitting parameter. See details. |
model |
a character; the model to be used for calculating the soil water content. It must be one of the
two: |
The parameters "a" and "c" have the same meaning in both models, but be aware that the parameter "a" of the model employed by Silva et al. (1994) is parameter "a" of the Ross et al. (1991) in a log10 scale.
The the soil water content.
Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
Ross et al. (1991). Equation for extending water-retention curves to dryness. Soil Science Society of America Journal, 55:923-927.
Silva et al. (1994). Characterization of the least limiting water range of soils. Soil Science Society of America Journal, 58:1775-1781.
fitsoilwater4
, soilwater
, soilwater2
, soilwater3
# End (not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.