Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 522 Bytes

adjacency.igraph.addedge.md

File metadata and controls

23 lines (14 loc) · 522 Bytes

Home > @thi.ng/adjacency > IGraph > addEdge

IGraph.addEdge() method

Signature:

addEdge(from: number, to: number): this;

Parameters

Parameter Type Description
from number
to number

Returns:

this