is_globally_homogeneous.tempnetwork: Is a function that checks whether the 'tempflow'-object of...

Description Usage Arguments Value

View source: R/tempnetwork-tempflow-predicates.R

Description

Is a function that checks whether the 'tempflow'-object of the given 'tempnetwork'-object is globally homogeneous. That is, whether every path between any two points in time has the same size (or length).

Usage

1
2
3
## S3 method for class 'tempnetwork'
is_globally_homogeneous(tempNetwork,
  considerWeights = TRUE, considerLoops = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-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.

Value

A truth value indicating whether the underlying flow is globally homogeneous.


KonstantinRK/tempnetwork documentation built on Dec. 23, 2019, 6:40 p.m.