Yield increase per unit of nutrient uptake increase.
physiological_efficiency(
yield_treated,
yield_control,
uptake_treated,
uptake_control,
verbose = TRUE
)Numeric vector. Yield with nutrient applied (kg/ha).
Numeric vector. Yield without nutrient (kg/ha).
Numeric vector. Total nutrient uptake with fertilizer (kg/ha).
Numeric vector. Total nutrient uptake without fertilizer (kg/ha).
Logical. If TRUE, prints informational messages.
Default TRUE.
Numeric vector. Physiological efficiency (kg grain per kg
nutrient uptake). Returns NA where uptake difference is zero.
$$PE = \frac{Y_f - Y_0}{U_f - U_0}$$
physiological_efficiency(yield_treated = 4500, yield_control = 3000,
uptake_treated = 100, uptake_control = 60)
#> Physiological efficiency computed.
#> [1] 37.5