R/nitrogen_efficiency.R
calc_n_efficiency.Rd
This function gives an indication of the nitrogen use efficiency, the function calculates the N surplus and the resulting N leaching
calc_n_efficiency(
B_LU_BRP,
B_SOILTYPE_AGR,
B_GWL_CLASS,
B_AER_CBS,
A_SOM_LOI,
A_CLAY_MI,
D_PBI,
D_K,
D_PH_DELTA,
leaching_to,
M_GREEN = FALSE,
B_FERT_NORM_FR = 1
)
(numeric) The crop code from the BRP
(character) The agricultural type of soilBRP
(character) The groundwater table class
(character) The agricultural economic region in the Netherlands (CBS, 2016)
(numeric) The percentage organic matter in the soil (%)
(numeric) The clay content of the soil (%)
(numeric) The value of phosphate availability calculated by calc_phosphate_availability
(numeric) The value of K-index calculated by calc_potassium_availability
(numeric) The pH difference with the optimal pH.
(character) whether it computes N leaching to groundwater ("gw") or to surface water ("ow")
(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)
(numeric) The fraction of the application norm utilized
The estimated index for the nitrogen use efficiency, as being affected by soil properties. A numeric value.
calc_n_efficiency(1019,'dekzand','GtIV','Zuidwest-Brabant',4.5,3.5,0.8,0.6,0.2,78,FALSE,1)
#> [1] NA
calc_n_efficiency(256,'veen','GtII','Centraal Veehouderijgebied',4.5,3.5,0.8,0.6,0.2,250,FALSE,1)
#> [1] NA