Learn R Programming

rD3plot (version 1.1.37)

rd3_fromIgraph: Produce interactive networks from 'igraph' objects.

Description

rd3_fromIgraph produce an interactive network from an 'igraph' object.

Usage

rd3_fromIgraph(G, ...)

Value

This function returns a network_rd3 object.

Author

Modesto Escobar, Department of Sociology and Communication, University of Salamanca.

Arguments

G

an igraph object.

...

Any network_rd3 argument.

Examples

Run this code
g <- igraph::make_ring(10)
rd3_fromIgraph(g)

Run the code above in your browser using DataLab