Description Usage Arguments Value Examples
View source: R/topicmodellingFunctions.R
Plot most terms associated with each topic
1 | plotTopicTerms(ldaModel, topN = 10)
|
ldaModel |
lda model with numerous topics, output of tweetLDA(). |
topN |
number of top terms to be plotted for each topic |
Plot of most common terms within each topic
1 | plotTopicTerms(tweetDataFrameTokenized,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.