wordCloudPlot {VOSONDash} | R Documentation |
Create a wordcloud plot
Description
This function creates a wordcloud plot from word frequencies.
Usage
wordCloudPlot(
word_freqs,
seed = NULL,
min_freq = 1,
max_words = 50,
pcolors = NULL,
family = NULL,
...
)
Arguments
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
|
Value
A wordcloud plot.