Description Usage Arguments Value
View source: R/tempflow-predicates.R
Is a function that takes a 'tempflow'-object and three points and tests whether "checkPoint" is strictly between "startPoint" and end"Point, given the order implied by the 'tempflow'-object represented by the 'tempflow'-object.
1 2 3 |
tempFlow |
A 'tempflow'-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. |
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.