| NUEbal | R Documentation |
The fraction of N inputs that are removed from the system. Formula: NUEbal = No / Ni
NUEbal(No, Ni)
No |
Sum total of N outputs. |
Ni |
Sum total of N inputs. |
A numeric vector of NUEbal values.
No <- c(50, 60)
Ni <- c(100, 110)
NUEbal(No, Ni)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.