gcite_wordcloud_spec {gcite} | R Documentation |
gcite Wordcloud default
Description
Simple wrapper for wordcloud
with
different defaults
Usage
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"), ...)
Arguments
words |
words to be plotted |
freq |
the frequency of those words |
min.freq |
words with frequency below min.freq will not be plotted |
max.words |
Maximum number of words to be plotted. least frequent terms dropped |
random.order |
plot words in random order. If false, they will be plotted in decreasing frequency |
colors |
color words from least to most frequent |
vfont |
passed to text for the font |
... |
additional options passed to |
Value
Nothing
[Package gcite version 0.10.1 Index]