ind_cec: Calculate the indicator for soil fertility given the CEC

View source: R/cec.R

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


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.