wdnet_to_igraph | R Documentation |
wdnet
object to an igraph
objectConverts a wdnet
object to an igraph
object
wdnet_to_igraph(netwk)
netwk |
A |
An igraph
object.
netwk <- rpanet(nstep = 1e3)
g <- wdnet_to_igraph(netwk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.