check_tempflow_graphlist_equivrel_correspondence.tempnetwork: A function that checks, that the names of the graphs in the...

Description Usage Arguments Value

View source: R/tempnetwork-inputchecker.R

Description

A function that checks, that the names of the graphs in the graph-list of the given 'tempnetwork'-object are identical to names of the points from the 'tempflow'-object of the given 'tempnetwork'-object. and that the indices of each equivalence-class from the equivalence-relation of the given 'tempnetwork'-object, are identical to names of the points from the 'tempflow'-object of the given 'tempnetwork'-object.

Usage

1
2
3
  ## S3 method for class 'tempnetwork'
check_tempflow_graphlist_equivrel_correspondence(tempNetwork,
  throwError = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

throwError

If TRUE the respective errors will be thrown. Otherwise, a truth value will be returned.

Value

The boolean value TRUE, if the names of the graphs in the graph-list of the given 'tempnetwork'-object are identical to names of the points from the 'tempflow'-object of the given 'tempnetwork'-object. and if the indices of each equivalence-class from the equivalence-relation of the given 'tempnetwork'-object, are identical to names of the points from the 'tempflow'-object of the given 'tempnetwork'-object.


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