Bipartite Network Analysis
Authors/Creators
Description
Bipartite Network Analysis
The Bipartite Network analysis app was created with Shiny and Bipartite package for R. The app was made to visualise a bipartite network and generate nestedness indices for student projects.
Features:
- Supports data matrices with and without abundance data of lower-order group/species.
- Generates bipartite graph from interaction matrix.
- Calculates nestedness (NODF2) indices.
- Visualises interaction matrix. Shading indicates number of interactions.
- Download graphs and matrices and save to your device.
Data file format:
Save data file as a .csv, with rows as higher order group (e.g. plant species) and columns as lower order group (e.g. invertebrate species). If you have the abundance of each higher order group (e.g. plant species), add abundance data as the last column.
You can see the app in action here: https://aaronecology.shinyapps.io/Network/ Example datasets from the Bipartite package:
Safariland.csv Safariland_Abund.csv (has plant abundance data in the last column)
Files
agreenville/Bipartite-Network-1.0.1.zip
Files
(8.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:548f109dd2d052c2492015191f4b3f5a
|
8.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/agreenville/Bipartite-Network/tree/1.0.1 (URL)