powered by
This function calculates the risks of soil sealing. This value can be evaluated by ind_sealing
ind_sealing
calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)
The risk of soil sealing as affected by the soil organic matter and clay content. A numeric value.
(numeric) The organic matter content of soil (%)
(numeric) The clay content of the soil (%)
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))
Run the code above in your browser using DataLab