takes a cc_graph
object and transforms it into something that can
be visualized using visNetwork
Usage
graph_to_visnetwork(
in_graph,
in_assign,
node_communities = NULL,
use_nodes = NULL
)
Arguments
- in_graph
the cc_graph object
- in_assign
the colors generated by assign_colors
- node_communities
the communities generated by label_communities
- use_nodes
the list of nodes to actually use