gpt4 book ai didi

r - 如何在 R 中保存词云

转载 作者:行者123 更新时间:2023-12-05 01:17:00 24 4
gpt4 key购买 nike

您能否帮助将我的本地驱动器上的文字云保存为图像?,我正在寻找代码/命令以通过 R 编程自动完成它。我试过 saveWidgetplotlyorca 但没有成功。

我使用下面的代码来创建词云。

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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com