extract_networks: extract networks from a metanetwork object

View source: R/build_metanet.R

extract_networksR Documentation

extract networks from a metanetwork object

Description

Function to extract metawebs and local networks from a metanetwork object

Usage

extract_networks(metanetwork)

Arguments

metanetwork

the object whose networks need to be extracted

Details

Return a list of 'igraph' objects

Value

a list of igraph objects with attributes computed by metanetwork

Examples

library(metanetwork)
data("meta_angola")
nets = extract_networks(meta_angola)  
sapply(nets,class)

MarcOhlmann/metanetwork documentation built on July 1, 2023, 6:27 a.m.