Learn R Programming

enaR (version 2.9.1)

TES: Calculate the Total Environ Storage

Description

Calculates the total storage in each n input and output environs. This function calculates the storage for both the unit input (output) and the realized input (output) environs. Realized uses the observed inputs (outputs) rather than an assumed unit input (output) to each node.

Usage

TES(x,balance.override=FALSE)

Arguments

x
A network object.
balance.override
LOGICAL: should balancing being ignored.

Value

realized.input
input oriented, realized storage in each environ.
realized.output
output oriented, realized storage in each environ.
unit.input
input oriented, unit storage in each environ.
unit.output
input oriented, unit storage in each environ.

References

Matis, J.H. and Patten, B.C. 1981. Environ analysis of linear compartmenal systems: the static, time invariant case. Bulletin of the International Statistical Institute. 48, 527--565.

See Also

enaStorage,enaEnviron

Examples

Run this code
data(troModels)
tes <- TES(troModels[[6]])
tes

Run the code above in your browser using DataLab