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

Description Usage Arguments Value

View source: R/tempflow-predicates.R

Description

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

Usage

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

Arguments

tempFlow

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

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.