tagscloud: Plot a word cloud with javascript and swf

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Plot a word cloud with javascript and swf.

Usage

1
2
tagscloud(tag,url=NULL,freq,fontSize=c(1,5),filename="tagscloud",
          color='#00ff00',speed=50, width=600, height=600)

Arguments

tag,url,freq

url is the tag's URLs,freq is the tag's word Frequency,url can be can be ignored(NULL).

fontSize

tag's font size range.

filename

HTML file's name.

color

tag's font color,such as '#00ff00','#FF0000FF'.

speed

tag's rotation speed.

width,height

the flash 's size.

Details

The tagscloud's template is from https://github.com/ptwobrussell/Mining-the-Social-Web/tree/master/web_code/wp_cumulus.

Value

a html file with tags cloud.

Author(s)

qxde01<qxde01@gmail.com>

References

https://github.com/ptwobrussell/Mining-the-Social-Web http://wordpress.org/plugins/wp-cumulus

See Also

wordcloud

Examples

1
2
3
data(doubanOnlineTags)
x<-doubanOnlineTags[1:50,]
tagscloud(tag=x[,1],url=x[,2],freq=x[,3])

qxde01/Rtagscloud documentation built on May 26, 2019, 1:32 p.m.