Description Usage Arguments Value
View source: R/tempflow-inputchecker.R
A function that checks, if the object assigned to the tempflow-field 'graph',
is an 'igraph'-object;
is a directed and acyclic;
contains no duplicate edges.
1 2 | ## S3 method for class 'tempflow'
check_graph_for_tempflow(tempFlow, throwError = TRUE)
|
tempFlow |
A 'tempflow'-object. |
throwError |
If TRUE, violating the criteria above will result in the throwing of an error. Otherwise, FALSE will be returned. |
The boolean value TRUE, if the criteria above are satisfied. Otherwise, FALSE or an exception will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.