graph.edgelist {igraph} | R Documentation |
Create a graph from an edge list matrix
Description
graph.edgelist()
was renamed to graph_from_edgelist()
to create a more
consistent API.
Usage
graph.edgelist(el, directed = TRUE)
Arguments
el |
The edge list, a two column matrix, character or numeric. |
directed |
Whether to create a directed graph. |
[Package igraph version 2.0.3 Index]