calc_cec {OBIC}R Documentation

Calculate a soil fertility index based on the CEC

Description

This function calculates the capacity of the soil to buffer cations

Usage

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)
calc_cec(A_CEC_CO = c(85,125,326))


[Package OBIC version 3.0.2 Index]