Description Usage Arguments Value
View source: R/tempflow-getter.R
Given a point-id (or a point-name) this function returns the corresponding point-name as defined in (the 'igraph'-object underlying) the given 'tempflow'-object. If the given point-id or point-name is not present and if 'safe' has the value TRUE, an error will be thrown.
1 2 | ## S3 method for class 'tempflow'
get_point_name(tempFlow, inpPoint, safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
inpPoint |
Either a string representing the point-name or an integers representing the point-id. |
safe |
If TRUE, it will be tested, whether the given point-id (or point-name) is present in the 'tempflow'-object. |
The point-name of the point specified in "inpPoint" as currently defined in the 'tempflow'-object "tempFlow".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.