get.edgelist {igraph} | R Documentation |
Convert a graph to an edge list
Description
get.edgelist()
was renamed to as_edgelist()
to create a more
consistent API.
Usage
get.edgelist(graph, names = TRUE)
Arguments
graph |
The graph to convert. |
names |
Whether to return a character matrix containing vertex
names (i.e. the |
[Package igraph version 2.0.3 Index]