graph.edgelist: Create a graph from an edge list matrix

View source: R/data_frame.R

graph.edgelistR Documentation

Create a graph from an edge list matrix

Description

[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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.