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 "inpPoint1" is smaler than or equal to "inpPoint2" (given the order induced by the structure of the 'tempflow'-object).
1 2 3 | ## S3 method for class 'tempflow'
smaller_eq(tempFlow, inpPoint1, inpPoint2,
safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
inpPoint1 |
A point-name (or point-id). |
inpPoint2 |
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 "inpPoint1" is strictly greater than "inpPoint2" (given the order induced by the structure of the 'tempflow'-object).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.