checkUnique: Check duplication Among the isomorphisms of a certain...

Description Usage Arguments Value Examples

View source: R/checkUnique.R

Description

Check duplication Among the isomorphisms of a certain subgraphs, are there any duplications?

Usage

1

Arguments

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.

Value

Returns TRUE if there is no duplications among these isomorphisms of the certain subgraphs. Retures the index of duplication if there are duplications.

Examples

1
checkUnique(fillprob(1:6, c6(1:6)))

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.