enaControl: Control Analyses of Ecological Networks

View source: R/enaControl.R

enaControlR Documentation

Control Analyses of Ecological Networks

Description

Analyses for analyzing the control amongst the nodes in ecological networks.

Usage

enaControl(x, zero.na = TRUE, balance.override = FALSE)

Arguments

x

A network object.

zero.na

Makes undefined (NA) values zero.

balance.override

Turns off balancing and checks of network balance.

Value

CN

Control matrix using flow values.

CQ

Control matrix using storage values.

CR

Schramski Control Ratio Matrix

CD

Schramski Control Difference Matrix

CA

Control Allocation Matrix

CDep

Control Dependency Matrix

sc

Schramski System Control vector

scp

Schramski system control vector as percent of total control

ns

vector of network-level summary statistics

Author(s)

Matthew K. Lau Stuart R. Borrett Pawandeep Singh

References

Fath, B. D., Borrett, S. R. 2006. A MATLAB function for Network Environ Analysis. Environmental Modelling & Software 21:375-405

Schramski, J.R., Gattie, D.K., Patten, B.C., Borrett S.R., Fath, B.D., Thomas, C.R., and Whipple, S.J. 2006. Indirect effects and distributed control in ecosystems: Distributed control in the environ networks of a seven compartment model of nitrogen flow in the Neuse River Estuary, USA Steady-state analysis. Ecological Modelling 194:189-201

Schramski, J.R., Gattie, D.K., Patten, B.C., Borrett S.R., Fath, B.D., and Whipple, S.J. 2007. Indirect effects and distributed control in ecosystems: Distributed control in the environ networks of a seven compartment model of nitrogen flow in the Neuse River Estuary, USA Time series analysis. Ecological Modelling 206:18-30

Chen, S., Fath, B.D., Chen, B. 2011. Information-based network environ analysis: a system perspective for ecologcial risk assessment. Ecol. Ind. 11:1664-1672.

Chen, S. and Chen, B. 2015. Urban energy consumption: Different insights from energy flow analysis, input-output analysis and ecological network analysis. Applied Energy 138:99-107.

See Also

enaStorage

Examples




data(troModels)
enaControl(troModels[[6]])




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