topicsDtmEval | R Documentation |
This function creates a frequency table of your DTM and generates up to four plots for visualization
topicsDtmEval(dtm)
dtm |
(R_obj) The document term matrix -> output of topicsDtm function |
A named list containing:
A dataframe of terms and their frequencies.
A bar plot of all term frequencies with example terms.
A bar plot of the 30 least frequent terms (if numer of terms > 30).
A bar plot of the 30 most frequent terms (if numer of terms > 30).
A histogram of term frequencies (this is the same information as in the frequency_plot but presented differently).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.