gcite_wordcloud_spec: gcite Wordcloud default

Description Usage Arguments Value

Description

Simple wrapper for wordcloud with different defaults

Usage

1
2
3
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 wordcloud

Value

Nothing


gcite documentation built on May 2, 2019, 10:15 a.m.