powered by
The contribution of N supplied from the soil that is allocated to yield. Formula: NUEyield = NUpE * NUtE
NUEyield(NUpE, NUtE)
A numeric vector of NUEyield values.
N Uptake Efficiency value or vector.
N Utilization Efficiency value or vector.
NUpE <- c(40, 50) NUtE <- c(20, 25) NUEyield(NUpE, NUtE)
Run the code above in your browser using DataLab