Description Usage Arguments Value Examples
Check duplication Among the isomorphisms of a certain subgraphs, are there any duplications?
1 | checkUnique(mat)
|
mat |
The matrix with colnames representing as edges, e.g 1-2, 2-3, and its entries are 1, 0 to represents there are edges or not. |
Returns TRUE if there is no duplications among these isomorphisms of the certain subgraphs. Retures the index of duplication if there are duplications.
1 | checkUnique(fillprob(1:6, c6(1:6)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.