TES: Calculates the Total Environ Storage

View source: R/TES.R

TESR Documentation

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

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

data(troModels)
tes <- TES(troModels[[6]])
tes

SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.