Skip to contents

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.

Author

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

Examples




data(troModels)
get.ns(troModels[[6]])
#>  n L    C  LD      ppr    lam1A mlam1A      rho         R         d no.scc
#>  5 8 0.32 1.6 1.839287 1.839287      1 1.839287 0.6691441 0.2392868      2
#>  no.scc.big pscc Boundary   TST  TSTp      APL        FCI       BFI       DFI
#>           1  0.8    11819 30626 42445 2.591251 0.09193899 0.3859139 0.3035499
#>        IFI     ID.F   ID.F.I    ID.F.O    HMG.I   HMG.O AMP.I AMP.O mode0.F
#>  0.3105362 1.023016 1.414552 0.9126925 2.465946 1.87498     4     0   11819
#>   mode1.F  mode2.F  mode3.F mode4.F       H      AMI       Hr      CAP      ASC
#>  15991.28 2815.723 15991.28   11819 3.20096 1.336447 1.864513 135864.7 56725.49
#>        OH   ASC.CAP    OH.CAP robustness      ELD       TD  A.input A.internal
#>  79139.25 0.4175144 0.5824856  0.3646722 1.908258 2.525286 19147.85   29331.98
#>  A.export A.respiration OH.input OH.internal OH.export OH.respiration CAP.input
#>  1051.765      7193.894 6221.751    29832.46  7810.812       35274.22   25369.6
#>  CAP.internal CAP.export CAP.respiration    TSS       CIS        BSI        DSI
#>      59164.44   8862.578        42468.11 4058.4 0.8477217 0.06471625 0.05363378
#>      ISI     ID.S   ID.S.I   ID.S.O   HMG.S.O   HMG.S.I NAS NASP  mode0.S
#>  0.88165 16.43833 17.07625 14.38192 0.9422994 0.9971809   4    8 262.6444
#>   mode1.S  mode2.S  mode3.S  mode4.S       ART    lam1D relation.change.F
#>  355.3617 3440.394 355.3617 262.6444 0.2351111 1.015627             73.33
#>  synergism.F mutualism.F   lam1DS relation.change.S synergism.S mutualism.S
#>     3.979433       2.125 13.66567             73.33    4.641385    3.166667