calc_sealing_risk {OBIC} | R Documentation |
Calculate soil sealing risk
Description
This function calculates the risks of soil sealing. This value can be evaluated by ind_sealing
Usage
calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)
Arguments
A_SOM_LOI |
(numeric) The organic matter content of soil (%) |
A_CLAY_MI |
(numeric) The clay content of the soil (%) |
Value
The risk of soil sealing as affected by the soil organic matter and clay content. A numeric value.
Examples
calc_sealing_risk(A_SOM_LOI = 3.5, A_CLAY_MI = 7.5)
calc_sealing_risk(A_SOM_LOI = c(3.5,6.5), A_CLAY_MI = c(7.5,15))
[Package OBIC version 3.0.2 Index]