Description Usage Arguments Value
View source: R/tempnetwork-tempflow-predicates.R
Is a function that checks whether the 'tempflow'-object of the given 'tempnetwork'-object is locally homogeneous inbetween two given points . That is, whether every step (excluding loops) has the same weight.
1 2 3 | ## S3 method for class 'tempnetwork'
is_branch_locally_homogeneous(tempNetwork,
startPoint, endPoint, safe = TRUE)
|
tempNetwork |
A 'tempnetwork'-object. |
startPoint |
A point-name (or point-id). |
endPoint |
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. |
A truth value indicating whether the underlying flow between the given two points is locally homogeneous.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.