kgraph_to_lgraph: Kgraph fit to graph list object

View source: R/kgraph_fit_example.R

kgraph_to_lgraphR Documentation

Kgraph fit to graph list object

Description

Example function to build a graph list object (list of nodes and links data frames) from a kgraph object (embeddings with cosine similarity cut-off based on random null concept pairs and known related concept pairs)

Usage

kgraph_to_lgraph(l_fit_embeds)

Arguments

l_fit_embeds

kgraph object: embeddings with cosine similarity cut-off based on random null concept pairs and known related concept pairs

Value

graph list object: list of nodes and links data frames


sgraph documentation built on Sept. 12, 2024, 7:06 a.m.