ind_aggregatestability {OBIC} | R Documentation |
Calculate the indicator aggregate stability
Description
This function calculates the indicator for the the aggregate stability of the soil by using the index calculated by calc_aggregatestability
Usage
ind_aggregatestability(D_AS)
Arguments
D_AS |
(numeric) The value of aggregate stability calculated by |
Value
The evaluated score for the soil function aggregate stability. A numeric value between 0 and 1.
Examples
ind_aggregatestability(D_AS = 0.3)
ind_aggregatestability(D_AS = c(0.3,0.6,0.9))
[Package OBIC version 3.0.2 Index]