NUEbal: Calculate NUE Balance

View source: R/NUEbal.R

NUEbalR Documentation

Calculate NUE Balance

Description

The fraction of N inputs that are removed from the system. Formula: NUEbal = No / Ni

Usage

NUEbal(No, Ni)

Arguments

No

Sum total of N outputs.

Ni

Sum total of N inputs.

Value

A numeric vector of NUEbal values.

Examples

No <- c(50, 60)
Ni <- c(100, 110)
NUEbal(No, Ni)

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