Learn R Programming

admixturegraph (version 1.0.2)

canonise_graph: Canonise graph.

Description

Given a graph builds a unique logical vector depending only on the leaf names and the graph topology (not the inner node names, root position or the input order of edges or inner nodes). Can be used to detect graph isomorphism, that is, to weed out duplicates from a graph list. Only for comparison of graphs with the same leaf set!

Usage

canonise_graph(graph)

Arguments

graph
An admixture graph.

Value

A logical vector coding the parental matrix of a canonised version of the input graph.