This function calculates the capacity of the soil to buffer cations

calc_cec(A_CEC_CO)

Arguments

A_CEC_CO

(numeric) The cation exchange capacity (mmol+ / kg)

Value

The capacity of the soil to buffer cations. A numeric value.

Examples

calc_cec(A_CEC_CO = 85)
#> [1] 85
calc_cec(A_CEC_CO = c(85,125,326))
#> [1]  85 125 326