A collection of tools in R
to represent and analyse trophic networks in space across aggregation levels. The package contains a layout algorithm specifically designed for trophic networks, using trophic levels and dimension reduction on a diffusion kernel.
For the last stable version, use the CRAN version
install.packages("metanetwork")
For the development version, use the github install
install_github("MarcOhlmann/metanetwork")
In ecological networks literature, metanetwork refers to a set of networks in space. In R package ‘metanetwork’, we stick to a widespread (however restrictive) case:
Additional information might be considered (and used in ‘metanetwork’) as:
See vignettes for application of ‘metanetwork’ on several datasets.