| NHI | R Documentation |
The percent of plant tissue N that is contained in the yield component. Formula: NHI = YieldF / PlantNf
NHI(YieldF, PlantNf)
YieldF |
A numeric vector of final yield values. |
PlantNf |
A numeric vector for total plant tissue N. |
A numeric vector of NHI values.
YieldF <- c(10, 12, 15)
PlantNf <- c(2.5, 3.0, 3.2)
NHI(YieldF, PlantNf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.