This function calculates the indicator for the resistance of the soil against wind erosion.

ind_winderodibility(D_P_DU)

Arguments

D_P_DU

(numeric) The value for wind erodibility factor (WEF) as calculated by calc_winderodibility

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)
#> [1] 0.15
ind_winderodibility(D_P_DU = c(0.15,0.6,0.9))
#> [1] 0.85 0.40 0.10