desimplify_graph | R Documentation |
This is used to revert simplify_graph.
desimplify_graph(graph)
graph |
An admixture graph |
simple = simplify_graph(example_igraph)
desimple = desimplify_graph(simple)
plot_graph(simple)
plot_graph(desimple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.