extract_networks {metanetwork} | R 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)
[Package metanetwork version 0.7.0 Index]