Description Usage Arguments Value
View source: R/Graph_getAllPaths.R
recursive function to find the next step from node to node
1 | recursiveStep_getPath(Rgraph, endNode, onlyActive, hop_number, paths)
|
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 |
new_paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.