calculate_baseline_effective_conductivity | R Documentation |
This function will calculation the baseline effective conductivity based on the amount of sand, clay and the cation exchange capacity of the soil.
calculate_baseline_effective_conductivity(sand, clay, cec)
calculate_Kb(sand, clay, cec)
sand |
percent of sand |
clay |
percent of clay |
cec |
cation exchange capacity of the soil (meq/100g) |
numeric, Kb, the baseline effective conductivity
calculate_Kb()
:
page 14 of https://www.ars.usda.gov/ARSUserFiles/50201000/WEPP/usersum.pdf
effective_hydraulic_conductivity
calculate_baseline_effective_conductivity(5.2, 40.1, 29.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.