-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
R Data Visualization Cookbook
By :
A comparison cloud works on the same principles as a word cloud. A comparison cloud allows us to study the differences or similarities between two or more individuals' speeches or literature by simply plotting the word cloud of each against the other. In this recipe, we will study the inaugural speeches given by President Obama and former president George Bush. The two clouds provide us with a great contrast on how these individuals perceive the nation and its citizens. We require the wordcloud package as well as the tm package to generate the cloud. Note that a comparison cloud is not limited to just two individuals.

In order to create a comparison cloud, we will use the following two packages in R:
tm
wordcloud
In order to generate a comparison cloud, we will first install and load the two packages in R using the install.packages() function as well as the library() function. To create a comparison cloud, we will first create a new...
Change the font size
Change margin width
Change background colour