calc_cec: Calculate a soil fertility index based on the CEC

View source: R/cec.R

calc_cecR 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))


springgbv/Open-Bodem-Index-Calculator documentation built on Sept. 13, 2024, 2:48 a.m.