tagData {fun} | R Documentation |
Tag information of Yihui Xie's English blog
Description
Tag data collected from Yihui Xie's Blog, containing the tag words, frequency and hyperlinks, etc.
Format
A data frame with 45 observations on the following 5 variables.
- tag
a character vector; the tag words
- link
a character vector; hyperlinks of tags
- count
a numeric vector; the frequency of tags in blogs (see Details)
- color
a character vector in hexadecimal format specifying the RGB component of tag colors
- hicolor
a character vector similar to
color
; the color when mouse hangs over the tag
Details
The count
was multiplied by 4 in the data in order that the tag cloud
could be more clear.
Source
https://yihui.org/en/ (accessed on June 10, 2009)
Examples
hist(tagData$count/4, 10) # extremely right skewed
# see help(tag_cloud) for the example of creating tag cloud with this data
[Package fun version 0.3 Index]