This function calculates the water erosion index
Usage
osi_erosion(B_LU, A_SOM_LOI, A_CLAY_MI, A_SAND_MI, B_COUNTRY)
Arguments
- B_LU
(character) The crop code
- A_SOM_LOI
(numeric) The percentage organic matter in the soil (%)
- A_CLAY_MI
(numeric) The clay content of the soil (%)
- A_SAND_MI
(numeric) The sand content of the soil (%)
- B_COUNTRY
(character) The country code
Value
The water erosion index. A numeric value.
Examples
osi_erosion(B_LU = 'SOJ',A_SOM_LOI = 3.5,A_CLAY_MI = 5,A_SAND_MI = 15,B_COUNTRY='NL')
#> [1] NA