NUtE: Calculate N Utilization Efficiency (NUtE)

View source: R/NUtE.R

NUtER Documentation

Calculate N Utilization Efficiency (NUtE)

Description

The contribution of fertilizer N from the plant tissues towards the yield component. Formula: NUtE = Yield / PlantN

Usage

NUtE(Yield, PlantN)

Arguments

Yield

A numeric vector of yield values.

PlantN

A numeric vector for plant tissue N.

Value

A numeric vector of NUtE values.

Examples

Yield <- c(10, 12, 15)
PlantN <- c(2.5, 3.0, 3.2)
NUtE(Yield, PlantN)

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