Description Usage Arguments Value
View source: R/visnetwork_conv.R
function to get the object to generate the visnetwork. It is automatically called by the geNet() function.
1 | gen_visnetwork_data(igraph_network)
|
igraph_network |
igraph object. Mandatory argument. |
list of two objects of class "ffdf".
nodes: reports info about the nodes and clustering
edges: reports info about the connections between the nodes This format is designed to be used with the visNetwork package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.