Learn R Programming

NUETON (version 0.2.0)

NUEFC: Calculate NUE of a Food Chain (NUEFC)

Description

The N balance of the entire food chain system. Formula: NUEFC = Ncon / Ni

Usage

NUEFC(Ncon, Ni)

Value

A numeric vector of NUEFC values.

Arguments

Ncon

The value of N available for consumption.

Ni

Sum total of new N input.

Examples

Run this code
Ncon <- c(40, 45)
Ni <- c(100, 110)
NUEFC(Ncon, Ni)

Run the code above in your browser using DataLab