Learn R Programming

NUETON (version 0.2.0)

ecoNUE: Calculate Ecological NUE (ecoNUE)

Description

The product of N productivity and mean residency time (MRT). Formula: ecoNUE = NP * MRT

Usage

ecoNUE(NP, MRT)

Value

A numeric vector of ecoNUE values.

Arguments

NP

Nitrogen Productivity Value.

MRT

Mean Residency Time value.

Examples

Run this code
NP <- c(10, 12)
MRT <- c(4, 5)
ecoNUE(NP, MRT)

Run the code above in your browser using DataLab