get_vertexnames.tempnetwork: Queries the equivalence relation to obtain the name of...

Description Usage Arguments Value

View source: R/tempnetwork-getter.R

Description

Queries the equivalence relation to obtain the name of instance of the tVertex "tVertexName" at the point "pointName"

Usage

1
2
3
## S3 method for class 'tempnetwork'
get_vertexnames(tempNetwork, tVertexNameList,
  pointNameList, safe = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

safe

If TRUE, it will be ensured that all entries in "tVertexNameList" and "pointNameList" exist in their respective data structures.

tVertexName

A vector of strings corresponding with the names of equivalence-classes in the equivalence-relation of the given 'tempnetwork'-object.

pointName

A vector of strings corresponding with the names of points in the 'tempflow'-object of the given 'tempnetwork'-object.

Value

A vector of String corresponding to the names of vertices in the graphs indexed by the entries in the "pointNameList"-vector, that was assigned membership to the equivalence class "tVertexNameList" by the "equivRel" of the given "tempnetwork"-object.


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