node_signature | R Documentation |
Can be used to determine how often internal nodes occur in a list of other well fitting models
node_signature(graph)
graph |
An admixture graph |
A graph signature as character vector
## Not run:
sigs = example_winners %>% mutate(sig = map(igraph, node_signature)) %$%
sig %>% unlist %>% table %>% c
node_signature(example_winners$igraph[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.