Description Usage Arguments Value
View source: R/tempflow-inputchecker.R
A function that checks, if each step-id in the given vector corresponds to an edge-id in the underlying graph.
1 2 | ## S3 method for class 'tempflow'
check_step_ids(tempFlow, stepIDList)
|
tempFlow |
A 'tempflow'-object. |
pointID |
A vector of integer values. |
The boolean value TRUE, if each integer in the given vector corresponds to an edge-id in the underlying 'igraph'-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.