Skip to contents

[Deprecated]

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.