View source: R/build_metanet.R
extract_networks | R Documentation |
Function to extract metawebs and local networks from a metanetwork object
extract_networks(metanetwork)
metanetwork |
the object whose networks need to be extracted |
Return a list of 'igraph' objects
a list of igraph
objects with attributes computed by metanetwork
library(metanetwork)
data("meta_angola")
nets = extract_networks(meta_angola)
sapply(nets,class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.