| NRE15 | R Documentation |
The percent recovery of fertilizer-N in plant and/or soil components. Formula: NRE15 = (TNdfF / FertN) * 100
NRE15(TNdfF, FertN)
TNdfF |
Total N derived from Fertilizer (vector). |
FertN |
Fertilizer N input (numeric vector or single value). |
A numeric vector of NRE15 percentages.
TNdfF <- c(5.5, 6.0, 4.8)
FertN <- 50
NRE15(TNdfF, FertN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.