| getIDEdge {mully} | R Documentation | 
Get the ids of the edges connecting two nodes
Description
Get the ids of the edges connecting two nodes
Usage
getIDEdge(g, nodeStart, nodeDest)
Arguments
| g | The input graph | 
| nodeStart | The first endpoint of the edge | 
| nodeDest | The second endpoint of the edge | 
Value
A list containing the ids of the edges connecting the nodes
Examples
g=mully::demo()
getIDEdge(g,"d2","dr1")
[Package mully version 2.1.38 Index]