Tri-trophic statistics.
NvMTriTrophicTable(collection)
A data.frame
with a column per community and the rows
number of trophic links after removals.
number of nodes squared after removals.
directed connectance links after removals.
linkage density after removals.
number of trophic links before removals.
number of nodes squared before removals.
directed connectance links before removals.
linkage density before removals.
an object of class CommunityCollection
.
Lawrence Hudson
Returns a data.frame
that contains the same statistics
presented in Table 1 on Cohen et al 2009 PNAS. The function removes
nodes lacking body mass (M) and/or numerical abundance (N), cannibalistic
links and isolated nodes from each community. The last eight rows of the
table contain four network statistics both with and without these removals.
Cohen, J.E. and Schittler, D.N. and Raffaelli, D.G. and Reuman, D.C. (2009) Food webs are more than the sum of their tritrophic parts. Proceedings of the National Academy of Sciences of the United States of America 106, 52, 22335--22340.
NvMTriTrophicStatistics
, CommunityCollection
data(TL84, TL86, YthanEstuary)
collection <- CommunityCollection(list(TL84, TL86, YthanEstuary))
table <- NvMTriTrophicTable(collection)
print(round(table, 2))
Run the code above in your browser using DataLab