recursiveStep_getPath: recursive function to find the next step from node to node

Description Usage Arguments Value

View source: R/Graph_getAllPaths.R

Description

recursive function to find the next step from node to node

Usage

1
recursiveStep_getPath(Rgraph, endNode, onlyActive, hop_number, paths)

Arguments

Rgraph

The Rgraph object (package specific object to save the graph)

endNode

Node to find

onlyActive

Flag if we should consider only active edges of the graph

hop_number

just counting. used to maintain integrity of data structure

paths

the path we already use. this is necessary to avoid circular references

Value

new_paths


mreitschuster/RisksOfLife documentation built on Jan. 10, 2021, 3:26 a.m.