igraph.from.graphNEL {igraph} | R Documentation |
Convert graphNEL objects from the graph package to igraph
Description
igraph.from.graphNEL()
was renamed to graph_from_graphnel()
to create a more
consistent API.
Usage
igraph.from.graphNEL(graphNEL, name = TRUE, weight = TRUE, unlist.attrs = TRUE)
Arguments
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
|
[Package igraph version 2.0.3 Index]