wordCloudPlot | R Documentation |
This function creates a wordcloud plot from word frequencies.
wordCloudPlot( word_freqs, seed = NULL, min_freq = 1, max_words = 50, pcolors = NULL, family = NULL, ... )
word_freqs |
Table. Table of word frequencies. |
seed |
Numeric. Seed value can be supplied to reproduce a word cloud layout. |
min_freq |
Numeric. Minimum word frequency to include a word in the word cloud. Default is |
max_words |
Numeric. Maximum number of words to render in the word cloud. Default is |
pcolors |
List. Colors to assign categorical variable in the plot or palette to use if |
family |
Character. Set a font family for plot labels. Default is |
... |
Arguments passed on to
|
A wordcloud plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.