NUEyield: Calculate NUE Yield

View source: R/NUEyield.R

NUEyieldR Documentation

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)

Arguments

NUpE

N Uptake Efficiency value or vector.

NUtE

N Utilization Efficiency value or vector.

Value

A numeric vector of NUEyield values.

Examples

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

NUETON documentation built on Dec. 18, 2025, 1:07 a.m.