Learn R Programming

metanetwork (version 0.7.0)

append_agg_nets: append aggregated networks

Description

Method to append aggregated metawebs and local networks using the hierarchy described in trophicTable

Usage

append_agg_nets(metanetwork)

# S3 method for metanetwork append_agg_nets(metanetwork)

Value

an object of class 'metanetwork', with aggregated networks appended to the network list.

NULL

Arguments

metanetwork

object of class 'metanetwork'

Details

It uses the network aggregation method developed in Ohlmann et al. 2019. It computes group abundances and edge probabilities of the aggregated networks.

References

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.

See Also

plot_trophicTable()

Examples

Run this code
library(metanetwork)
data(meta_angola)
meta_angola = append_agg_nets(meta_angola)
names(meta_angola)

Run the code above in your browser using DataLab