similarity_graph | R Documentation |
Create a similarity graph
similarity_graph(similarities, threshold = NULL, max_edges = NULL)
similarities |
a data frame of word-word similarities (e.g. output from pairwise_similarity) |
threshold |
the threshold for including a relation in the graph |
an igraph graph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.