getIDEdge: Get the ids of the edges connecting two nodes

View source: R/mully_edge.R

getIDEdgeR 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")

mully documentation built on March 7, 2023, 8:10 p.m.