| graph_minusplus | R Documentation | 
Find all graphs which result from adding and removing one admixture edge
graph_minusplus(graph)
| graph | Admixture graph in  | 
A data frame with columns source_from, source_to, dest_from, dest_to, and graph
## Not run: 
newgraphs = graph_minusplus(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.