This function calculates the potassium availability.
Usage
osi_c_potassium_ch(A_K_AAA, A_CLAY_MI, B_LU = NA_character_)
Arguments
- A_K_AAA
(numeric) The exchangeable K-content of the soil measured via acid ammonium acetate extraction (mg K/ kg)
- A_CLAY_MI
(numeric) The clay content of the soil (%)
- B_LU
(character) The crop code
Value
The potassium availability index in Switzerland estimated from extractable potassium. A numeric value.
Examples
osi_c_potassium_ch(A_K_AAA = 50, A_CLAY_MI = 25)
#> [1] 0.5570114