NUEFC {NUETON}R Documentation

Calculate NUE of a Food Chain (NUEFC)

Description

The N balance of the entire food chain system, in terms of N consumed as protein relative to N inputs. Calculate NUEFC using the formula: NUEFC = Ncon / Ni

Usage

NUEFC(Ncon, Ni)

Arguments

Ncon

The value of N available for consumption

Ni

Sum total of new N input

Value

The calculated NUEFC value.

References

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: Erisman, J. W., Sutton, M. A., Galloway, J., Klimont, Z., and Winiwarter, W. (2008). How a century of ammonia synthesis changed the world. Nat. Geosci. 1, 636–639. doi: 10.1038/ngeo325

Examples

Ncon <- 15.574
Ni <- c(2.92, 3.78, 4.68, 4.21)
NUEFC(Ncon, Ni)

[Package NUETON version 0.1.0 Index]