| NUEyield | R Documentation |
The contribution of N supplied from the soil that is allocated to yield. Formula: NUEyield = NUpE * NUtE
NUEyield(NUpE, NUtE)
NUpE |
N Uptake Efficiency value or vector. |
NUtE |
N Utilization Efficiency value or vector. |
A numeric vector of NUEyield values.
NUpE <- c(40, 50)
NUtE <- c(20, 25)
NUEyield(NUpE, NUtE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.