| ecoNUE | R Documentation |
The product of N productivity and mean residency time (MRT). Formula: ecoNUE = NP * MRT
ecoNUE(NP, MRT)
NP |
Nitrogen Productivity Value. |
MRT |
Mean Residency Time value. |
A numeric vector of ecoNUE values.
NP <- c(10, 12)
MRT <- c(4, 5)
ecoNUE(NP, MRT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.