| sNBI | R Documentation |
The accumulation or reduction of soil N over a set time. Formula: sNBI = Ni - No - delSoilN
sNBI(Ni, No, delSoilN)
Ni |
Sum total of N inputs (vector or value). |
No |
Sum total of N outputs (vector or value). |
delSoilN |
Change in total soil N value. |
A numeric vector of sNBI values.
Ni <- c(100, 120)
No <- c(80, 90)
delSoilN <- c(5, -2)
sNBI(Ni, No, delSoilN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.