graph_to_visnetwork: cc_graph to visnetwork

View source: R/graph_visualization.R

graph_to_visnetworkR Documentation

cc_graph to visnetwork

Description

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

Value

list


rmflight/categoryCompare2 documentation built on April 20, 2024, 4:46 a.m.