kgraph_to_lgraph {sgraph}R 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


[Package sgraph version 1.1.0 Index]