path_between {dci} | R 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.
[Package dci version 1.0.2 Index]