| IE | R Documentation |
The fraction of plant tissue N that is contained in the yield component. Formula: IE = YieldNF / PlantNf
IE(YieldNF, PlantNf)
YieldNF |
A numeric vector for yield N in fertilized conditions. |
PlantNf |
A numeric vector for plant N in fertilized conditions. |
A numeric vector of IE values.
YieldNF <- c(80, 90, 100)
PlantNf <- c(3.5, 4.0, 4.2)
IE(YieldNF, PlantNf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.