View source: R/gcite_wordcloud_spec.R
| gcite_wordcloud_spec | R Documentation | 
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"),
  ...
)
| 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  | 
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.