Skip to contents

This function calculates the potassium excess.

Usage

osi_nut_k_dk(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 excess index in Denmark derived from extractable soil K fractions. A numeric value.

Examples

osi_nut_k_dk(B_LU = 265,A_K_AL = 5)
#> [1] 0.9733443
osi_nut_k_dk(B_LU = c(265,1019),A_K_AL = c(3.5,5.5))
#> [1] 0.9737556 0.9732058