Simple wrapper for wordcloud
with
different defaults
gcite_wordcloud_spec(
words,
freq,
min.freq = 1,
max.words = Inf,
random.order = FALSE,
colors = c("#F768A1", "#DD3497", "#AE017E", "#7A0177", "#49006A"),
vfont = c("sans serif", "plain"),
...
)
Nothing
words to be plotted
the frequency of those words
words with frequency below min.freq will not be plotted
Maximum number of words to be plotted. least frequent terms dropped
plot words in random order. If false, they will be plotted in decreasing frequency
color words from least to most frequent
passed to text for the font
additional options passed to wordcloud