| letterCloud | R Documentation |
Function for Creating wordcloud with the shape of a word
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. |
library(wordcloud2) letterCloud(demoFreq,"R")