Description Usage Arguments Examples
Function for Creating wordcloud with the shape of a word
1 | letterCloud(data, word, wordSize = 0, letterFont = NULL, ...)
|
data |
A data frame including word and freq in each column |
word |
A word to create shape for wordcloud. |
wordSize |
Parameter of the size of the word. |
letterFont |
Letter font |
... |
Other parameters for wordcloud. |
1 2 3 | library(wordcloud2)
letterCloud(demoFreq,"R")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.