calc_sealing_risk | R Documentation |
This function calculates the risks of soil sealing. This value can be evaluated by ind_sealing
calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)
A_SOM_LOI |
(numeric) The organic matter content of soil (%) |
A_CLAY_MI |
(numeric) The clay content of the soil (%) |
The risk of soil sealing as affected by the soil organic matter and clay content. A numeric value.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.