qxde01 / Rtagscloud

Plot a word cloud with javascript and swf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rtagscloud

Plot a word cloud with javascript and swf.

Install

library("devtools")
install_github("Rtagscloud","qxde01")

Example

library(Rtagscloud)
data(doubanOnlineTags)
x<-doubanOnlineTags[1:50,]
tagscloud(tag=x[,1],url=x[,2],freq=x[,3])
## https://github.com/qxde01/Rtagscloud/blob/master/inst/template/tagscloud.html
## Demo
## http://htmlpreview.github.io/?https://github.com/qxde01/Rtagscloud/blob/master/inst/template/tagscloud.html

About

Plot a word cloud with javascript and swf.

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.3%Language:R 42.7%