Description Usage Arguments Value
View source: R/tempnetwork-inputchecker.R
A function that checks, if the number of vertices of each graph in the given graph-list is identical to the number of equivalence-classes in the given equivalence-relation.
1 | base_check_equivrel_equal_length_to_vertices(graphList, equivRel)
|
graphList |
A named list of 'igraph'-objects. |
equivRel |
A named list of named lists. |
The boolean value TRUE, if the number of vertices of each graph in the given graph-list is identical to the number of equivalence-classes in the given equivalence-relation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.