Calculate the phosphate excess index in the Netherlands
osi_nut_p_nl.RdThis function calculates the phosphate excess.
Usage
osi_nut_p_nl(
B_LU,
A_P_AL = NA_real_,
A_P_CC = NA_real_,
A_P_WA = NA_real_,
B_SOILTYPE_AGR = NA_real_,
unitcheck = TRUE
)Arguments
- B_LU
(numeric) The crop code
- A_P_AL
(numeric) The P-content of the soil extracted with ammonium lactate
- A_P_CC
(numeric) The P-content of the soil extracted with CaCl2
- A_P_WA
(numeric) The P-content of the soil extracted with water
- B_SOILTYPE_AGR
(character) The soil type in a particular region
- unitcheck
(character) Option to switch off unit checks (TRUE or FALSE)