ind_winderodibility: Calculate indicator for wind erodibility

View source: R/winderodibility.R

ind_winderodibilityR 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 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)
ind_winderodibility(D_P_DU = c(0.15,0.6,0.9))
 

OBIC documentation built on Sept. 12, 2024, 7:02 a.m.