igraph.to.graphNEL {igraph} | R Documentation |
Convert igraph graphs to graphNEL objects from the graph package
Description
igraph.to.graphNEL()
was renamed to as_graphnel()
to create a more
consistent API.
Usage
igraph.to.graphNEL(graph)
Arguments
graph |
An igraph graph object. |
[Package igraph version 2.0.3 Index]