rd3_fromIgraph: Produce interactive networks from 'igraph' objects.

View source: R/utils.R

rd3_fromIgraphR 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)

rD3plot documentation built on April 4, 2025, 4:41 a.m.