powered by
Add an edge
addEdge(g, nodeStart, nodeDest, attributes)
The mully graph, with the added edge
The input graph
The first endpoint of the edge
The second endpoint of the edge
The attributes to assign to the edge
g=mully::demo() addEdge(g,"dr3","g2",attributes=list(name="newEdge"))
Run the code above in your browser using DataLab