igraph_to_wdnet | R Documentation |
igraph
object to a wdnet
objectConverts an igraph
object to a wdnet
object
igraph_to_wdnet(g)
g |
An |
A wdnet
object.
g <- igraph::sample_pa(50)
netwk <- igraph_to_wdnet(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.