Learn R Programming

sgraph (version 1.1.0)

kgraph_to_lgraph: 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)

Value

graph list object: list of nodes and links data frames

Arguments

l_fit_embeds

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