ind_n_efficiency {OBIC} | R Documentation |
Calculate an indicator value for nitrogen use efficiency and leaching based on N surplus
Description
This function gives an indicator value for nitrogen use efficiency calculated by calc_n_efficiency
, this function makes use of ind_nretention
Usage
ind_n_efficiency(D_NLEACH, leaching_to = "gw")
Arguments
D_NLEACH |
(numeric) The value of N leaching calculated by |
leaching_to |
(character) whether it evaluates N leaching to groundwater ("gw") or to surface water ("sw") |
Value
The evaluated score for the soil function to enhance the nitrogen use efficiency. A numeric value between 0 and 1.
Examples
ind_n_efficiency(D_NLEACH = 50, leaching_to = 'gw')
ind_n_efficiency(D_NLEACH = c(5,15,25,75), leaching_to = 'sw')
[Package OBIC version 3.0.2 Index]