Description Usage Arguments Examples
This function display the topic trend by month
1 | topics_trend(mallet_df, df, col = "royalblue")
|
mallet_df |
mallet topic model |
df |
preprocessed twitter data |
topic_name |
topic names |
1 2 3 4 5 6 | #### Example ####
topic_name <- c("Topic 1", "topic 2", "c", "d")
topics_trend(mallet_df, # model
df, # dataframe
topic_name) # label of the topics
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.