get_sgraph {kgraph} | R Documentation |
Wrapper to build a sgraph object fromk a kgraph object
Description
Wrapper to build a sgraph object fromk a kgraph object
Usage
get_sgraph(
l_graph,
colors_mapping = NULL,
label_attrs = "label",
igraph = NULL,
...
)
Arguments
l_graph |
List of df_nodes and df_links dataframes |
colors_mapping |
Output of get_colors_map |
label_attrs |
Column name of df_nodes that will be displayed |
igraph |
Intermediary igraph object, if already computed |
... |
Passed to sgraph::sgraph_clusters |
Value
Sgraph htmlwidget object
[Package kgraph version 1.2.0 Index]