| NUtE | R Documentation |
The contribution of fertilizer N from the plant tissues towards the yield component. Formula: NUtE = Yield / PlantN
NUtE(Yield, PlantN)
Yield |
A numeric vector of yield values. |
PlantN |
A numeric vector for plant tissue N. |
A numeric vector of NUtE values.
Yield <- c(10, 12, 15)
PlantN <- c(2.5, 3.0, 3.2)
NUtE(Yield, PlantN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.