Description Usage Arguments Value Author(s) Examples
creates an igraph
object from a network_rd3
object.
1 | rd3_toIgraph(net)
|
net |
is a |
An igraph
object.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
1 2 3 4 5 | # A character column (with separator)
data(miserables)
net <- network_rd3(miserables$nodes, miserables$links,
size="degree", color="group", lwidth="value")
rd3_toIgraph(net) # conversion into a igraph object
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.