ind_aggregatestability: Calculate the indicator aggregate stability

View source: R/cec.R

ind_aggregatestabilityR 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 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)
ind_aggregatestability(D_AS = c(0.3,0.6,0.9))


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