calc_saturated_hydraulic_conductivity | R Documentation |
Calculate saturated hydraulic conductivity
calc_saturated_hydraulic_conductivity(sand_pct, clay_pct, saturation_wc)
sand_pct |
Percentage of sand in soil layer |
clay_pct |
Percentage of clay in soil layer |
saturation_wc |
Saturation water content (m3/m3) |
Saturated hydraulic conductivity (kg s/m3)
cropsyst:::calc_saturated_hydraulic_conductivity(92, 3, 0.00341)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.