Skip to contents

This function calculates the boron availability.

Usage

osi_c_boron_se(B_LU, A_PH_WA)

Arguments

B_LU

(numeric) The crop code

A_PH_WA

(numeric) The pH measured in water

Value

The boron availability index in Sweden depends primarily on pH. A numeric value.

Examples

osi_c_boron_se(B_LU = 265,A_PH_WA = 5.0)
#> [1] 5.324397e-05
osi_c_boron_se(B_LU = c(265,1019),A_PH_WA = c(3.5,5.5))
#> [1] 0.000000 0.207478