This function calculates the biodiversity index bsed on soil organic matter and pH.
Usage
osi_biodiversity(A_SOM_LOI, A_PH_CC)
Arguments
- A_SOM_LOI
(numeric) The percentage organic matter in the soil (%)
- A_PH_CC
(numeric) The pH measured in CaCl2 solution
Value
The biodiversity index. A numeric value.
Examples
osi_biodiversity(A_SOM_LOI = 3,A_PH_CC = 4.5)
#> [1] 0.886244