path_between: Find the path between two nodes

View source: R/calculate_dci.R

path_betweenR Documentation

Find the path between two nodes

Description

Find the path between two nodes

Usage

path_between(s1, s2)

Arguments

s1

The label, a logical vector, of the origin node

s2

The label, a logical vector, of the destination node

Value

A list of logical vectors in order to move from the origin to the destination node.


aarkilanian/dci documentation built on Feb. 5, 2024, 7:12 p.m.