Learn R Programming

NUETON (version 0.2.0)

NUEbal: Calculate NUE Balance

Description

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

Usage

NUEbal(No, Ni)

Value

A numeric vector of NUEbal values.

Arguments

No

Sum total of N outputs.

Ni

Sum total of N inputs.

Examples

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

Run the code above in your browser using DataLab