ind_winderodibility {OBIC} | R Documentation |
Calculate indicator for wind erodibility
Description
This function calculates the indicator for the resistance of the soil against wind erosion.
Usage
ind_winderodibility(D_P_DU)
Arguments
D_P_DU |
(numeric) The value for wind erodibility factor (WEF) as calculated by |
Value
The evaluated score for the soil function to avoid soil damage due to wind erosion. A numeric value between 0 and 1.
Examples
ind_winderodibility(D_P_DU = 0.85)
ind_winderodibility(D_P_DU = c(0.15,0.6,0.9))
[Package OBIC version 3.0.2 Index]