Learn R Programming

NUETON (version 0.2.0)

sNUE: Calculate NUE of a System (sNUE)

Description

The fraction of system N outputs that are captured as N yield. Formula: sNUE = YieldN / (YieldN + Nloss)

Usage

sNUE(YieldN, Nloss)

Value

A numeric vector of sNUE values.

Arguments

YieldN

Observed crop yield N.

Nloss

N lost from the system.

Examples

Run this code
YieldN <- c(80, 90, 100)
Nloss <- c(20, 25, 20)
sNUE(YieldN, Nloss)

Run the code above in your browser using DataLab