lda.plot.alltopics: Plot all topics

Description Usage Arguments Value

Description

Write plots for all topics with plot.topic in designated folder

Usage

1
2
lda.plot.alltopics(m, time_var, category_var, path, date_interval = "day",
  value = "relative", create_index = T, ...)

Arguments

m

The output of collapsed.gibbs.sampler

time_var

A vector with time stamps (either numeric or Date class) of the same length and order of the documents (rows) in m$document_sums

category_var

A vector with id values of the same length and order of the documents (rows) in m$document_sums

path

The path for a folder where output will be saved

date_interval

The interval for plotting the values over time. Can be: 'day', 'week', 'month' or 'year'

...

Additional options passed to lda.plot.topic (and on to lda.plot.wordcloud)

Value

Nothing


kasperwelbers/corpus-tools documentation built on May 20, 2019, 7:37 a.m.