成為Q3的男人
立志成為TOP人群中的TOP!!
2015年10月27日 星期二
[R] 視覺化呈現 treemap
資料內容如下
R script如下:
library(treemap)
#read data
data = read.csv("data.csv",sep=",", header = T)
#treemap
treemap(data, index = "title", vSize = "cntuser", vColor = "cntuser", type = "value", sortID = "-size")
結果呈現如下:
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言