| NUEFC | R Documentation |
The N balance of the entire food chain system. Formula: NUEFC = Ncon / Ni
NUEFC(Ncon, Ni)
Ncon |
The value of N available for consumption. |
Ni |
Sum total of new N input. |
A numeric vector of NUEFC values.
Ncon <- c(40, 45)
Ni <- c(100, 110)
NUEFC(Ncon, Ni)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.