rd3_fromIgraph | R Documentation |
rd3_fromIgraph
produce an interactive network from an 'igraph' object.
rd3_fromIgraph(G, ...)
G |
an igraph object. |
... |
Any network_rd3 argument. |
This function returns a network_rd3
object.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
g <- igraph::make_ring(10)
rd3_fromIgraph(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.