Can be used to determine how often internal nodes occur in a list of other well fitting models

node_signature(graph)

Arguments

graph

An admixture graph

Value

A graph signature as character vector

Examples

if (FALSE) {
sigs = example_winners %>% mutate(sig = map(igraph, node_signature)) %$%
         sig %>% unlist %>% table %>% c
node_signature(example_winners$igraph[[1]])
}