This function calculates the indicator for the the aggregate stability of the soil by using the index calculated by calc_aggregatestability

ind_aggregatestability(D_AS)

Arguments

D_AS

(numeric) The value of aggregate stability calculated by calc_aggregatestability

Value

The evaluated score for the soil function aggregate stability. A numeric value between 0 and 1.

Examples

ind_aggregatestability(D_AS = 0.3)
#> [1] 0.7
ind_aggregatestability(D_AS = c(0.3,0.6,0.9))
#> [1] 0.7 0.4 0.1