Description Usage Arguments Value Author(s) References Examples
Calculates the environs for an ecological network.
1 2  | enaEnviron(x, input = TRUE, output = TRUE, type = "unit",
  err.tol = 1e-10, balance.override = FALSE)
 | 
x | 
 A network object.  | 
input | 
 Should the input environ be calculated?  | 
output | 
 Should the output environ be calculated?  | 
type | 
 Specifies the type of environs ("unit" or "realized") to be calculated.  | 
err.tol | 
 Error threshold for numerical error fluctuations in flows. Values below err.tol will be set to zero.  | 
balance.override | 
 Logical specifying whether (TRUE) or not (FALSE) the model needs to be balanced prior to calculations. If TRUE and the model is not balanced, environs will not be calculated.  | 
The function returns the input, output or both environs depending upon which were requested.
Stuart R. Borrett Matthew K. Lau
Fath, B.D. and S.R. Borrett. 2006. A MATLAB function for network environ analysis. Environmental Modelling & Software 21:375-405.
1 2  | data(troModels)
enaEnviron(troModels[[6]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.