Learn R Programming

dci (version 1.0.2)

path_between: Find the path between two nodes

Description

Find the path between two nodes

Usage

path_between(s1, s2)

Value

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

Arguments

s1

The label, a logical vector, of the origin node

s2

The label, a logical vector, of the destination node