Learn R Programming

NUETON (version 0.2.0)

NUEyield: Calculate NUE Yield

Description

The contribution of N supplied from the soil that is allocated to yield. Formula: NUEyield = NUpE * NUtE

Usage

NUEyield(NUpE, NUtE)

Value

A numeric vector of NUEyield values.

Arguments

NUpE

N Uptake Efficiency value or vector.

NUtE

N Utilization Efficiency value or vector.

Examples

Run this code
NUpE <- c(40, 50)
NUtE <- c(20, 25)
NUEyield(NUpE, NUtE)

Run the code above in your browser using DataLab