Learn R Programming

OBIC (version 4.2.3)

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

Value

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

Arguments

D_ZN

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

Examples

Run this code
ind_zinc(D_ZN = 45)
ind_zinc(D_ZN = c(12.5,35,65))
 

Run the code above in your browser using DataLab