get_connecting_nodes: Find All Vertices or Edges on Paths Connecting Two Vertices

Description Usage Arguments Value

View source: R/lucy.R

Description

Given two vertices, find all vertices lying on all paths between those two vertices.

Usage

1
2
3
4
5
isBUpstreamOfA(g, a, b)

get_connecting_nodes(g, src, trg)

get_connecting_edges(g, src, trg)

Arguments

g

igraph object

src

vertex index of class numeric or igraph.vs, starting vertex

trg

vertex index of class numeric or igraph.vs, ending vertex

Value

numeric vertex indices, including the src and trg indices


robertness/lucy documentation built on May 27, 2019, 10:32 a.m.