Yield produced per unit of total nutrient in the plant.
internal_utilization_efficiency(yield, total_uptake, verbose = TRUE)Numeric vector. Internal utilization efficiency (kg yield per kg nutrient uptake).
Formula: $$IE = \frac{Yield}{Total Nutrient Uptake}$$
internal_utilization_efficiency(yield = 4500, total_uptake = 100)
#> IUE computed (kg/kg).
#> [1] 45