This function calculates the boron availability.
Usage
osi_c_boron_ie(B_LU, A_B_HW)
Arguments
- B_LU
(numeric) The crop code
- A_B_HW
(numeric) The plant available content of B in the soil (mg B per kg) extracted by hot water
Value
The boron availability index in Ireland derived from extractable soil B fractions. A numeric value.
Examples
osi_c_boron_ie(B_LU = 265,A_B_HW = 50)
#> [1] 1
osi_c_boron_ie(B_LU = c(265,1019),A_B_HW = c(35,55))
#> [1] 1 1