Learn R Programming

cheddar (version 0.1-636)

NvMTriTrophicStatistics: N-versus-M tri-trophic statistics

Description

Tri-trophic statistics.

Usage

NvMTriTrophicStatistics(community)

Arguments

community

an object of class Community.

Value

A list containing

links

a data.frame.

three.node.chains

a data.frame.

trophic.chains

a data.frame.

Details

Tri-trophic statistics as described by Cohen et al 2009 PNAS.

References

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.

See Also

TLPS, ThreeNodeChains, TrophicChains, PlotAuppervAlower, NvMTriTrophicTable

Examples

Run this code
# NOT RUN {
data(TL84)
tts <- NvMTriTrophicStatistics(TL84)
nrow(tts$links)
head(tts$links)

nrow(tts$three.node.chains)
head(tts$three.node.chains)

nrow(tts$trophic.chains)
head(tts$trophic.chains)
# }

Run the code above in your browser using DataLab