This function calculates the potassium availability.
Usage
osi_c_potassium_se(B_LU, A_K_AL)
Arguments
- B_LU
(numeric) The crop code
- A_K_AL
(numeric) The K-content of the soil extracted with ammonium lactate (mg K / kg)
Value
The potassium availability index in Sweden derived from extractable soil K fractions. A numeric value.
Examples
osi_c_potassium_se(B_LU = 265,A_K_AL = 5)
#> [1] 1.314358e-10
osi_c_potassium_se(B_LU = c(265,1019),A_K_AL = c(3.5,5.5))
#> [1] 1.773801e-11 2.492160e-10