powered by
The percent recovery of fertilizer-N in plant and/or soil components. Formula: NRE15 = (TNdfF / FertN) * 100
NRE15(TNdfF, FertN)
A numeric vector of NRE15 percentages.
Total N derived from Fertilizer (vector).
Fertilizer N input (numeric vector or single value).
TNdfF <- c(5.5, 6.0, 4.8) FertN <- 50 NRE15(TNdfF, FertN)
Run the code above in your browser using DataLab