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 a simple.
1 2 | ## S3 method for class 'tempflow'
check_is_simple(tempFlow, ignoreLoops = TRUE)
|
tempFlow |
A 'tempflow'-object. |
ignoreLoops |
If TRUE, the graph will be considered simple, even if it contains loops. That is, only duplicate edges will be detected. |
The boolean value TRUE, if the 'igraph'-object assigned to the 'tempflow'-field "graph" is a simple.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.