View source: R/plot_top_terms.R
plot_top_terms | R Documentation |
Make faceted lollipop charts for top terms from a cluster
plot_top_terms(
top_terms_table,
words_var = words,
group_var = cluster_name,
top_n = 15,
nrow = 2
)
top_terms_table |
the output of make_top_terms_table() |
words_var |
the name of the variable in which word tokens have been saved |
group_var |
cluster / topic / grouping variable |
top_n |
number of terms per plot |
nrow |
number of rows to display plots on |
faceted lollipops
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.