Function that checks if the genotype graph is a set of complete subgraphs

check_complete_graph(gr)

Arguments

gr

an igraph object

Value

a message telling you if your graph is a collection of complete subgraphs

Examples

# \donttest{
check_complete_graph()
#> Error in igraph::vcount(gr): argument "gr" is missing, with no default
# }