rd3_fromIgraph {rD3plot} | R Documentation |
Produce interactive networks from 'igraph' objects.
Description
rd3_fromIgraph
produce an interactive network from an 'igraph' object.
Usage
rd3_fromIgraph(G, ...)
Arguments
G |
an igraph object. |
... |
Any network_rd3 argument. |
Value
This function returns a network_rd3
object.
Author(s)
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
Examples
g <- igraph::make_ring(10)
rd3_fromIgraph(g)
[Package rD3plot version 1.0.68 Index]