get_tempgraph_vertex_names.tempnetwork: Using the strings in the tVertexNameList-vector and the...

Description Usage Arguments Value

View source: R/tempnetwork-getter.R

Description

Using the strings in the tVertexNameList-vector and the strings in the pointNameList-vector function computes the names of the corresponding vertices in the tempGraph representation of the given 'tempnetwork'-object.

Usage

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

Arguments

tempNetwork

A 'tempnetwork'-object.

tVertexNameList

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

pointNameList

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

safe

If TRUE, it will be ensured that every equivalence class specified in the "tVertexNameList"-vector and every point in the "pointNameList"-vector exist in their respective structures found in the given 'tempnetwork'-object.

Value

A vector of strings representing the names of the corresponding vertices in the tempGraph representation of the given 'tempnetwork'-object.


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