View source: R/graph_visualization.R
graph_to_visnetwork | R Documentation |
takes a cc_graph
object and transforms it into something that can
be visualized using visNetwork
graph_to_visnetwork(
in_graph,
in_assign,
node_communities = NULL,
use_nodes = NULL
)
in_graph |
the cc_graph object |
in_assign |
the colors generated by |
node_communities |
the communities generated by |
use_nodes |
the list of nodes to actually use |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.