simplify_graph | R Documentation |
Nodes with in and out degree of one will be removed.
simplify_graph(graph)
graph |
an igraph object |
simple = simplify_graph(example_igraph)
plot_graph(example_igraph)
plot_graph(simple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.