NdfF | R Documentation |
The percentage of plant or soil N that is derived from the fertilizer. Calculate NdfF using the formula: NdfF = Plant15N/Fert15N
NdfF(Plant15N, Fert15N)
Plant15N |
A vector of 15N atom percent excess in plant or soil values. |
Fert15N |
15N atom percent excess of fertilizer N. |
The calculated NdfF value expressed as a percentage.
Primary: Congreves, K. A., Otchere, O., Ferland, D., Farzadfar, S., Williams, S., & Arcand, M. M. (2021, June 4). Nitrogen Use Efficiency Definitions of Today and Tomorrow. Frontiers in Plant Science, 12. https://doi.org/10.3389/fpls.2021.637108
Secondary: IAEA (1983). Guide on the Use of Nitrogen-15 and Radioisotopes in Studies of Plant Nutrition: Calculations and Interpretation of Data. Vienna: IAEA.
Plant15N <- c(2.92, 3.78, 4.68, 4.21)
Fert15N <- 15
NdfF(Plant15N, Fert15N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.