Learn R Programming

OBIC (version 4.2.3)

calc_sealing_risk: 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)

Value

The risk of soil sealing as affected by the soil organic matter and clay content. A numeric value.

Arguments

A_SOM_LOI

(numeric) The organic matter content of soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

Examples

Run this code
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