wordFreqChart | R Documentation |
This function creates a horizontal barchart of word frequencies.
wordFreqChart( word_freqs, min_freq = 1, top_count = 20, pcolors = NULL, family = NULL )
word_freqs |
Dataframe. Word frequencies. |
min_freq |
Numeric. Minimum frequency for a word to be included in the chart. Default is |
top_count |
Numeric. Top count of words to render in word frequency chart. Default is |
pcolors |
List. Colors to assign categorical variable in the plot. Default is |
family |
Character string. Set a font family for plot labels. Default is |
A barchart plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.