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

ind_phosphate_availability(D_PBI)

Arguments

D_PBI

(numeric) The value of phosphate availability calculated by calc_phosphate_availability

Value

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

Examples

ind_phosphate_availability(D_PBI = 3.5)
#> [1] 0.8529015
ind_phosphate_availability(D_PBI = c(0.5,0.8,2.5,5,15,35,75))
#> [1] 0.02157603 0.04701442 0.57987026 0.97708144 0.99999995 1.00000000 1.00000000