IE: Calculate Internal Efficiency (IE)

View source: R/IE.R

IER Documentation

Calculate Internal Efficiency (IE)

Description

The fraction of plant tissue N that is contained in the yield component. Formula: IE = YieldNF / PlantNf

Usage

IE(YieldNF, PlantNf)

Arguments

YieldNF

A numeric vector for yield N in fertilized conditions.

PlantNf

A numeric vector for plant N in fertilized conditions.

Value

A numeric vector of IE values.

Examples

YieldNF <- c(80, 90, 100)
PlantNf <- c(3.5, 4.0, 4.2)
IE(YieldNF, PlantNf)

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