Description Usage Arguments Value
View source: R/tempnetwork-tempflow-predicates.R
Is a function that takes a 'tempnetwork'-object and three points and tests whether "checkPoint" is strictly between "startPoint" and end"Point, given the order induced by the 'tempflow'-object of the given 'tempnetwork'-object.
1 2 3 |
tempNetwork |
A 'tempnetwork'-object. |
startPoint |
A point-name (or point-id). |
endPoint |
A point-name (or point-id). |
checkPoint |
A point-name (or point-id). |
safe |
If TRUE, it will be tested, whether the given point-names (or point-ids) are present in the 'tempflow'-object of the given 'tempnetwork'-object. |
Is TRUE if "checkPoint" is strictly between "startPoint" and "endPoint", else FALSE will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.