saxton_1986_K | R Documentation |
Estimate Hydraulic Conductivity using Saxton et al. (1986)
saxton_1986_K(sand, clay, theta)
saxton_1986_theta_s(sand, clay)
saxton_1986_Ksat(sand, clay)
sand |
numeric; sand percentage |
clay |
numeric; clay percentage |
theta |
numeric; water content proportion |
numeric estimates of hydraulic conductivity (m/s) at specified water content ('theta') given 'sand' and 'clay' percentages
Saxton, K.E., W.J. Rawls, J.S. Romberger, R.I. Papendick. Estimating generalized soil-water characteristics from texture. Soil Sci. Soc. Am. J. 50: 1031-1036.
# estimate saturated water content 80% sand, 10% clay
theta_s <- saxton_1986_theta_s(80, 10)
# estimate hydraulic conductivity at 50% porosity filled with water
saxton_1986_K(80, 10, theta = theta_s / 2)
# estimate hydraulic conductivity at saturation
saxton_1986_Ksat(80, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.