powered by
The fraction of system N outputs that are captured as N yield. Formula: sNUE = YieldN / (YieldN + Nloss)
sNUE(YieldN, Nloss)
A numeric vector of sNUE values.
Observed crop yield N.
N lost from the system.
YieldN <- c(80, 90, 100) Nloss <- c(20, 25, 20) sNUE(YieldN, Nloss)
Run the code above in your browser using DataLab