getWordCloud | R Documentation |
Get word cloud for given table of words' frequencies
getWordCloud(d)
d |
table of word's frequency |
getWordCloud
Word cloud plot
x <- getFeqTable("Hello! R is Great")
getWordCloud(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.