powered by
The accumulation or reduction of soil N over a set time. Formula: sNBI = Ni - No - delSoilN
sNBI(Ni, No, delSoilN)
A numeric vector of sNBI values.
Sum total of N inputs (vector or value).
Sum total of N outputs (vector or value).
Change in total soil N value.
Ni <- c(100, 120) No <- c(80, 90) delSoilN <- c(5, -2) sNBI(Ni, No, delSoilN)
Run the code above in your browser using DataLab