TES: Calculates the Total Environ Storage

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/TES.R

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

1
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.

Author(s)

Matthew K. Lau Stuart R. Borrett David E. Hines

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

1
2
3
data(troModels)
tes <- TES(troModels[[6]])
tes

enaR documentation built on May 1, 2019, 10:54 p.m.