Wordcloud2软件包不适用于figpath

时间:2020-04-18 05:16:41

标签: r path word-cloud

我看到了类似的帖子,但解决方案没有帮助。

尝试将德克萨斯州的photo与词云一起使用。但是,它不起作用....

word_cloud <- structure(list(word = c("climate", "change", "global", "warming", 
"energy", "carbon", "u.s", "president", "emissions", "people", 
"obama", "gas", "world", "report", "power", "water", "time", 
"scientists", "study", "national"), count = c(2474L, 1655L, 944L, 
815L, 755L, 635L, 585L, 570L, 564L, 556L, 522L, 484L, 475L, 462L, 
435L, 398L, 375L, 354L, 352L, 341L)), row.names = c(NA, -20L), class = c("tbl_df", 
"tbl", "data.frame"))

figPath <- "tex4.png" #TODO
wordcloud2(word_cloud, figPath = figPath, size = 1.5,color='skyblue')

1 个答案:

答案 0 :(得分:1)

带着您的得克萨斯照片到这里去。( Phew ... 识别它确实需要很多时间。)

enter image description here

注意

您的代码是正确的,并且也可以正常工作。 您错过的 wordcloud2 中有一个微妙免责声明是...

带有无花果和letterCloud的wordcloud可能会在Rstudio Viewer中消失,遇到此错误时会打开浏览器

因此,您需要做的是:

  1. 运行您的代码。
  2. 单击带圆圈的图标,如下图所示:

enter image description here