get_sgraph: Wrapper to build a sgraph object fromk a kgraph object

View source: R/sigma_funs.R

get_sgraphR 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


kgraph documentation built on April 12, 2025, 1:42 a.m.