Description Usage Arguments Value
View source: R/tempnetwork-getter.R
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.
1 2 3 | ## S3 method for class 'tempnetwork'
get_tempgraph_vertex_names(tempNetwork,
tVertexNameList, pointNameList, safe = TRUE)
|
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. |
A vector of strings representing the names of the corresponding vertices in the tempGraph representation of the given 'tempnetwork'-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.