Skip to contents

This function calculates the potassium availability.

Usage

osi_c_potassium_ie(B_LU, A_SOM_LOI, A_K_NaAAA)

Arguments

B_LU

(numeric) The crop code

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

A_K_NaAAA

(numeric) The K-content of the soil extracted with Morgan's solution, sodium acetate acetic acid (mg/ kg)

Value

The potassium availability index in Ireland derived from extractable soil K fractions. A numeric value.

Examples

osi_c_potassium_ie(B_LU = 265,A_SOM_LOI = 2,A_K_NaAAA = 5)
#> [1] 0.04549616
osi_c_potassium_ie(B_LU = c(265,1019),A_SOM_LOI = c(2,4),A_K_NaAAA = c(3.5,5.5))
#> [1] 0.04055972 0.04595615