Description Usage Arguments Value
View source: R/tempflow-inputchecker.R
A function that checks, if the 'igraph'-object assigned to the 'tempflow'-field "graph" is directed and acyclic.
1 2 | ## S3 method for class 'tempflow'
check_is_dag(tempFlow, ignoreLoops = TRUE)
|
tempFlow |
A 'tempflow'-object. |
ignoreLoops |
If TRUE, the cycles created by loops will be ignored. |
The boolean value TRUE, if the 'igraph'-object assigned to the 'tempflow'-field "graph" is directed and acyclic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.