View source: R/append_agg_nets.R
append_agg_nets | R Documentation |
Method to append aggregated metawebs and local networks using
the hierarchy described in trophicTable
append_agg_nets(metanetwork)
## S3 method for class 'metanetwork'
append_agg_nets(metanetwork)
metanetwork |
object of class 'metanetwork' |
It uses the network aggregation method developed in Ohlmann et al. 2019. It computes group abundances and edge probabilities of the aggregated networks.
an object of class 'metanetwork', with aggregated networks appended to the network list.
NULL
Ohlmann, M., Miele, V., Dray, S., Chalmandrier, L., O connor, L., & Thuiller, W. 2019. Diversity indices for ecological networks: a unifying framework using Hill numbers. Ecology letters, 22 4 , 737-747.
plot_trophicTable()
library(metanetwork)
data(meta_angola)
meta_angola = append_agg_nets(meta_angola)
names(meta_angola)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.