Description Usage Arguments Value
View source: R/tempflow-getter.R
This function returns a named list. The key 'startPointList' references the start-points of the specified steps, while the key 'endPointList' references their end-points.
1 2 3 | ## S3 method for class 'tempflow'
get_step_point_list_from_id(tempFlow,
stepIDList = tS(tempFlow), safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
stepIDList |
A vector containing the edge-ids of the desired edges, as currently defined in (the 'igraph'-object underlying) the given 'tempflow'-object. |
safe |
If TRUE, it will be tested, whether the specified edges are present in the given 'tempflow'-object. |
A list with the keys 'startPointList' and 'endPointList' containing the respective start- and end-points of the given steps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.