View source: R/convert.to.graph.list.R
convert.to.graph.list | R Documentation |
Convert to a list of igraph objects
convert.to.graph.list(list1)
list1 |
List produced by the function create.fw.list |
Returns a list of igraph objects.
data(mg1) graph_list1 <- convert.to.graph.list(mg1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.