graph_splittrees | R Documentation |
Find all trees which are part of the admixture graph
graph_splittrees(graph, return_admix = FALSE, simplify = TRUE)
graph |
Admixture graph in |
A data frame with columns name
and graph
## Not run:
trees = graph_splittrees(example_igraph)
# now evaluate the trees
trees %>%
rowwise %>%
mutate(res = list(qpgraph(example_f2_blocks, graph))) %>%
unnest_wider(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.