Learn R Programming

enaR (version 2.9.1)

get.ns: 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).

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

Run this code
data(troModels)
get.ns(troModels[[6]])

Run the code above in your browser using DataLab