Learn R Programming

OBIC (version 4.2.1)

calc_cec: 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)

Value

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

Arguments

A_CEC_CO

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

Examples

Run this code
calc_cec(A_CEC_CO = 85)
calc_cec(A_CEC_CO = c(85,125,326))

Run the code above in your browser using DataLab