View source: R/make_bigram_viz.R
| make_bigram_viz | R Documentation |
Plot a bigram network
make_bigram_viz(data, text_var = mention_content, top_n = 50, min = 10, ...)
data |
Data frame or tibble object |
text_var |
Name of the text variable |
top_n |
Number of n-grams to plot |
min |
Min frequency of n-gram |
A ggplot2 network viz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.