R/toposearch.R
node_signature.Rd
Can be used to determine how often internal nodes occur in a list of other well fitting models
node_signature(graph)
An admixture graph
A graph signature as character vector
if (FALSE) {
sigs = example_winners %>% mutate(sig = map(igraph, node_signature)) %$%
sig %>% unlist %>% table %>% c
node_signature(example_winners$igraph[[1]])
}