Description Usage Arguments Value
View source: R/tempnetwork-getter.R
Using the tVertex name and the point name this function computes the name of the corresponding vertex in the tempGraph representation of the given 'tempnetwork'-object.
1 2 3 | ## S3 method for class 'tempnetwork'
get_tempgraph_vertex_name(tempNetwork, tVertexName,
pointName, safe = TRUE)
|
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. |
A string representing the name of the corresponding vertex 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.