between.tempnetwork: Is a function that takes a 'tempnetwork'-object and three...

Description Usage Arguments Value

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

Description

Is a function that takes a 'tempnetwork'-object and three points and tests whether "checkPoint" is strictly between "startPoint" and end"Point, given the order induced by the 'tempflow'-object of the given 'tempnetwork'-object.

Usage

1
2
3
## S3 method for class 'tempnetwork'
between(tempNetwork, startPoint, endPoint,
  checkPoint, safe = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

startPoint

A point-name (or point-id).

endPoint

A point-name (or point-id).

checkPoint

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.

Value

Is TRUE if "checkPoint" is strictly between "startPoint" and "endPoint", else FALSE will be returned.


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