igraph.from.graphNEL | R Documentation |
igraph.from.graphNEL()
was renamed to graph_from_graphnel()
to create a more
consistent API.
igraph.from.graphNEL(graphNEL, name = TRUE, weight = TRUE, unlist.attrs = TRUE)
graphNEL |
The graphNEL graph. |
name |
Logical scalar, whether to add graphNEL vertex names as an
igraph vertex attribute called ‘ |
weight |
Logical scalar, whether to add graphNEL edge weights as an
igraph edge attribute called ‘ |
unlist.attrs |
Logical scalar. graphNEL attribute query functions
return the values of the attributes in R lists, if this argument is
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.