| VNF | R Documentation |
The portion of N released to the environment not contained in food. Formula: VNF = Nrec / Ncon
VNF(Nrec, Ncon)
Nrec |
N used to produce food item that ends up recycled. |
Ncon |
N in food item that is consumed. |
A numeric vector of VNF values.
Nrec <- c(10, 12)
Ncon <- c(40, 45)
VNF(Nrec, Ncon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.