smaller.tempnetwork: Is a function that takes a 'tempnetwork'-object and two...

Description Usage Arguments Value

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

Description

Is a function that takes a 'tempnetwork'-object and two point-names (or point-ids) and tests whether "inpPoint1" is strictly smaller than "inpPoint2" (given the order induced by the structure of the 'tempflow'-object of the given 'tempnetwork'-object).

Usage

1
2
3
## S3 method for class 'tempnetwork'
smaller(tempNetwork, inpPoint1, inpPoint2,
  safe = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

inpPoint1

A point-name (or point-id).

inpPoint2

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 "inpPoint1" is strictly smaller than "inpPoint2" (given the order induced by the structure of the 'tempflow'-object of the given 'tempnetwork'-object).


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