get.ns: Quick Calculation of a Range of Network Statistics.

View source: R/get.ns.R

get.nsR Documentation

Quick Calculation of a Range of Network Statistics.

Description

This is a high level function for calculated the main network analyses (Ascendancy, Flow, Structure, Storage and Utility) on an ecological network.

Usage

get.ns(x, balance.override = FALSE)

Arguments

x

A network object.

balance.override

Turns off balancing and balance checking.

Value

Returns the network statistics (ns) of all of the major ENA functions: enaStructure, enaFlow, enaAscendency, enaStorage and enaUtility (both flow and storage).

Author(s)

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

References

Fath, B. D., Borrett, S. R. 2006. A Matlab function for Network Environ Analysis. Environ. Model. Softw. 21, 375-405.

See Also

enaStructure,enaFlow,enaAscendency,enaUtility

Examples




data(troModels)
get.ns(troModels[[6]])



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