plotTopicTerms: plotTopicTerms

Description Usage Arguments Value Examples

View source: R/topicmodellingFunctions.R

Description

Plot most terms associated with each topic

Usage

1
plotTopicTerms(ldaModel, topN = 10)

Arguments

ldaModel

lda model with numerous topics, output of tweetLDA().

topN

number of top terms to be plotted for each topic

Value

Plot of most common terms within each topic

Examples

1
plotTopicTerms(tweetDataFrameTokenized,10)

jakubk28/TwitterDMTools documentation built on June 25, 2021, 4:12 p.m.