get_sgraph | R Documentation |
Wrapper to build a sgraph object fromk a kgraph object
get_sgraph(
l_graph,
colors_mapping = NULL,
label_attrs = "label",
igraph = NULL,
...
)
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 |
Sgraph htmlwidget object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.