Description Usage Arguments Value
Write plots for all topics with plot.topic in designated folder
1 2  | lda.plot.alltopics(m, time_var, category_var, path, date_interval = "day",
  value = "relative", create_index = T, ...)
 | 
m | 
 The output of   | 
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)  | 
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.