graph_minusone | R Documentation |
Find all graphs which result from removing one admixture edge
graph_minusone(graph, ntry = Inf)
graph |
Admixture graph in |
A data frame with columns from
, to
, and graph
## Not run:
newgraphs = graph_minusone(example_igraph)
# now evaluate the new graphs
newgraphs %>%
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.