Learn R Programming

NUETON (version 0.2.0)

VNF: Calculate Virtual N Factor (VNF)

Description

The portion of N released to the environment not contained in food. Formula: VNF = Nrec / Ncon

Usage

VNF(Nrec, Ncon)

Value

A numeric vector of VNF values.

Arguments

Nrec

N used to produce food item that ends up recycled.

Ncon

N in food item that is consumed.

Examples

Run this code
Nrec <- c(10, 12)
Ncon <- c(40, 45)
VNF(Nrec, Ncon)

Run the code above in your browser using DataLab