作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您能否帮助将我的本地驱动器上的文字云保存为图像?,我正在寻找代码/命令以通过 R 编程自动完成它。我试过 saveWidget
、plotly
、orca
但没有成功。
我使用下面的代码来创建词云。
library(wordcloud2)
wordcloud2(demoFreqC, figPath = figPath,color = "orangered",fontFamily = "Miso")
最佳答案
程序is outlined here .简而言之:
library(htmlwidgets)
install.packages("webshot")
webshot::install_phantomjs()
library(wordcloud2)
hw <- wordcloud2(demoFreq,size = 3)
saveWidget(hw,"1.html",selfcontained = F)
webshot::webshot("1.html","1.png",vwidth = 1992, vheight = 1744, delay =10)
关于r - 如何在 R 中保存词云,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51759893/
我是一名优秀的程序员,十分优秀!