Description Usage Arguments Value
View source: R/tempflow-predicates.R
Is a function that checks whether the 'tempflow'-object is globally homogeneous. That is, whether every path between any two points in time has the same size (or length).
1 2 3 | ## S3 method for class 'tempflow'
is_globally_homogeneous(tempFlow,
considerWeights = TRUE, considerLoops = TRUE)
|
tempFlow |
A 'tempflow'-object. |
considerWeights |
If TRUE weights will be considered in the computation of the shortest paths, otherwise the distance will be equal to the number of steps. |
checkForLoops |
If FALSE, loops will be ignored in the computation. That is, only paths without loops will be considered. |
A truth value indicating whether the flow is globally homogeneous.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.