Description Usage Arguments Details Value See Also
View source: R/lda_miretrieve.R
Plot terms associated with LDA-fitted topics.
1 | plot_lda_term(lda_model, top.terms = 10, title = NULL)
|
lda_model |
LDA-model. |
top.terms |
Integer. Top terms to plot per topic. |
title |
String. Plot title. |
Plot terms associated with LDA-fitted topics. For each topic in the LDA-model,
the top terms are plotted. Plotting top.terms
for each topic can help
identifying its subject.
Bar plot with top terms per topic.
Other LDA functions:
assign_topic_lda()
,
fit_lda()
,
plot_perplexity()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.