Skip to contents

This function calculates the phosphate excess.

Usage

osi_nut_p_ie(B_LU, A_P_OL)

Arguments

B_LU

(numeric) The crop code

A_P_OL

(numeric) The P-content of the soil extracted with Olsen (mg/kg)

Value

The phosphate excess index in Ireland derived from extractable soil P fractions. A numeric value.

Examples

osi_nut_p_ie(B_LU = 265,A_P_OL = 5)
#> [1] 0.9525676
osi_nut_p_ie(B_LU = c(265,1019),A_P_OL = c(3.5,5.5))
#> [1] 0.9605365 0.9495921