| sNUE | R Documentation |
The fraction of system N outputs that are captured as N yield. Formula: sNUE = YieldN / (YieldN + Nloss)
sNUE(YieldN, Nloss)
YieldN |
Observed crop yield N. |
Nloss |
N lost from the system. |
A numeric vector of sNUE values.
YieldN <- c(80, 90, 100)
Nloss <- c(20, 25, 20)
sNUE(YieldN, Nloss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.