Description Usage Arguments Examples
View source: R/topic_radarmap.R
This function display word term plot of topics.
1 | topic_radarmap(mallet_df,df , col = "royalblue")
|
mallet_df |
mallet topic model |
df |
preprocessed twitter data |
col |
"royalblue", "tomato", "#B4CF68", "green", "purple", "orange","grey","red","#8DD3C7" , "pink", "blue","gold" |
1 2 3 | df_pre <- twitter_preprocess(df_tweets, ud_lang = "spanish", stop_words)
df_topics <- twitter_topic(df_pre, n_topic = 7)
topic_radarmap(df_topics, df_pre , col = "royalblue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.