不写R包的分析师不是好全栈

可以滚的词云, 就问你怕不怕

    R

昨天看到了一个很有意思的Issue, 问可不可以做一个3D球形的词云:)

想想是可以实现的, 过程中用了一些黑魔法:

  1. 用webshot将词云截图成一个图片
  2. 用threejs将图片映射在一个球上(类似3D地图的实现)
  3. 之后就可以玩这个球了噗哈哈

1
2
3
4
5
6
7
8
9
library(threejs)
library(wordcloud2)
library(htmlwidgets)
library(webshot)
hw = wordcloud2(demoFreqC,size = 4)
saveWidget(hw,"1.html",selfcontained = F)
webshot("1.html","1.jpeg",vwidth = 4000, vheight = 2000, delay =20)
earth <- "1.jpeg"
globejs(img=earth, bg="white")
page PV:  ・  site PV:  ・  site UV: