View source: R/kgraph_fit_example.R
kgraph_to_lgraph | R Documentation |
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)
kgraph_to_lgraph(l_fit_embeds)
l_fit_embeds |
kgraph object: embeddings with cosine similarity cut-off based on random null concept pairs and known related concept pairs |
graph list object: list of nodes and links data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.