This function calculates the potassium excess.
Usage
osi_nut_k_es(B_LU, B_TEXTURE_HYPRES, A_K_AAA)
Arguments
- B_LU
(numeric) The crop code
- B_TEXTURE_HYPRES
(character) The soil texture according to HYPRES classification system
- A_K_AAA
(numeric) The K-content of the soil extracted with ammoninium acetate (mg K/kg)
Value
The potassium excess index in Spain derived from extractable soil K fractions. A numeric value.
Examples
osi_nut_k_es(B_LU = '265',A_K_AAA = 5,B_TEXTURE_HYPRES='C')
#> [1] 0.9722666
osi_nut_k_es(B_LU = c('265','1019'),A_K_AAA = c(3.5,5.5),B_TEXTURE_HYPRES=c('C','C'))
#> [1] 0.9726055 0.9721527