ind_zinc {OBIC}R Documentation

Calculate the indicator for Zn-availability

Description

This function calculates the indicator for the the Zn availability in soil by using the Zn-index as calculated by calc_zinc_availability

Usage

ind_zinc(D_ZN)

Arguments

D_ZN

(numeric) The value of Zn-index calculated by calc_zinc_availability

Value

The evaluated score for the soil function to supply zinc for crop uptake. A numeric value between 0 and 1.

Examples

ind_zinc(D_ZN = 45)
ind_zinc(D_ZN = c(12.5,35,65))
 

[Package OBIC version 3.0.2 Index]