is_branch_locally_homogeneous.tempflow: Is a function that checks whether the 'tempflow'-object...

Description Usage Arguments Value

View source: R/tempflow-predicates.R

Description

Is a function that checks whether the 'tempflow'-object between two points is locally homogeneous. That is, whether every step (excluding loops) has the same weight.

Usage

1
2
3
## S3 method for class 'tempflow'
is_branch_locally_homogeneous(tempFlow, startPoint,
  endPoint, safe = TRUE)

Arguments

tempFlow

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

Value

A truth value indicating whether the flow between the given two points is locally homogeneous.


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