powered by
Tag data collected from Yihui Xie's Blog, containing the tag words, frequency and hyperlinks, etc.
A data frame with 45 observations on the following 5 variables.
a character vector; the tag words
a character vector; hyperlinks of tags
a numeric vector; the frequency of tags in blogs (see Details)
a character vector in hexadecimal format specifying the RGB component of tag colors
a character vector similar to color; the color when mouse hangs over the tag
color
The count was multiplied by 4 in the data in order that the tag cloud could be more clear.
count
# NOT RUN { hist(tagData$count/4, 10) # extremely right skewed # see help(tag_cloud) for the example of creating tag cloud with this data # }
Run the code above in your browser using DataLab