ind_ph: Calculate the indicator for pH

View source: R/ph.R

ind_phR Documentation

Calculate the indicator for pH

Description

This function calculates the indicator for the pH of the soil by the difference with the optimum pH. This is calculated in calc_ph_delta.

Usage

ind_ph(D_PH_DELTA)

Arguments

D_PH_DELTA

(numeric) The pH difference with the optimal pH.

Value

The evaluated score for the soil function to buffer pH within optimum range for crop growth. A numeric value between 0 and 1.

Examples

ind_ph(D_PH_DELTA = 0.8)
ind_ph(D_PH_DELTA = c(0.2,0.6,0.8,1.5))
 

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