Description Usage Arguments Value
View source: R/tempflow-predicates.R
Is a function that takes a 'tempflow'-object and two point-names (or point-ids) and tests whether one point ("endPoint") can be reached from the other ("startPoint"). A point can not reach itself, without the existence of a loop.
1 2 |
tempFlow |
A 'tempflow'-object. |
startPoint |
The point-name (or point-id) of the start-point. |
endPoint |
The point-name (or point-id) of the end-point. |
safe |
If TRUE, it will be tested, whether the given point-names (or point-ids) are present in the 'tempflow'-object. |
Is TRUE, if there exists a path starting from "startPoint" and ending at "endPoint", else FALSE will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.