ind_cec {OBIC}R Documentation

Calculate the indicator for soil fertility given the CEC

Description

This function estimate how much cations can be buffer by soil, being calculated by calc_cec

Usage

ind_cec(D_CEC)

Arguments

D_CEC

(numeric) The value of CEC calculated by calc_cec

Value

The evaluated score for the soil function to buffer cations. A numeric value between 0 and 1.

Examples

ind_cec(D_CEC = 85)
ind_cec(D_CEC = c(85,135,385))


[Package OBIC version 3.0.2 Index]