get_vertexname.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_vertexname(tempNetwork, tVertexName, pointName,
  safe = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

tVertexName

A string corresponding with the name of a tVertex specified in the "equigRel" of the given 'tempnetwork'-object.

pointName

A string corresponding with the name of a point in the 'tempflow'-object of the given 'tempnetwork'-object.

safe

If TRUE, it will be ensured that "tVertexName" and "pointName" exist.

Value

A string corresponding to the name of a vertex in the graph indexed by "pointName", that was assigned membership to the equivalence class "tVertexName" by the "equivRel" of the given "tempnetwork"-object.


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