Description Usage Arguments Value
View source: R/tempflow-inputchecker.R
A function that checks, if the given point-name occurs as a name-attribute of some vertex in the underlying graph.
1 2 | ## S3 method for class 'tempflow'
check_point_name(tempFlow, pointName)
|
tempFlow |
A 'tempflow'-object. |
pointID |
A string value. |
The boolean value TRUE, if the given string occurs as a name-attribute of some vertex in the underlying 'igraph'-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.