Functionality to create pretty word clouds, visualize differences andsimilarity between documents, and avoid over-plotting in scatter plotswith text.
See: http://blog.fellstat.com/?cat=11
Get the released version from CRAN:
install.packages("wordcloud")To build from this repository
R CMD build wordcloudR CMD INSTALL wordcloud_*.*.tar.gzOr simply
# install.packages("devtools")devtools::install_github("ifellows/wordcloud")