Learn R Programming

OBIC (version 4.2.3)

ind_phosphate_availability: Calculate the indicator for the the phosphate availability

Description

This function calculates the indicator for the phosphate availability calculated by calc_phosphate_availability

Usage

ind_phosphate_availability(D_PBI)

Value

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

Arguments

D_PBI

(numeric) The value of phosphate availability calculated by calc_phosphate_availability

Examples

Run this code
ind_phosphate_availability(D_PBI = 3.5)
ind_phosphate_availability(D_PBI = c(0.5,0.8,2.5,5,15,35,75))
 

Run the code above in your browser using DataLab