ind_phosphate_availability: Calculate the indicator for the the phosphate availability

View source: R/phosphate_availability.R

ind_phosphate_availabilityR Documentation

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)

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)
ind_phosphate_availability(D_PBI = c(0.5,0.8,2.5,5,15,35,75))
 

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