Description Usage Arguments Value
View source: R/plot_important_terms.R
Plots the most relevant terms for each topic using weighted log odds. This function can help to distinguish topics.
1 | plot_important_terms(long_labelled_data, text_var, log_odds_n = 30)
|
long_labelled_data |
A long-styled labelled dataframe. |
text_var |
The text variable that the user wants to explore. |
log_odds_n |
The number of terms to include. Default: 30 |
A word graph for each topics with term frequency against weighted log odds ratio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.