text wordcloud plotting error

后端 未结 3 1563
遥遥无期
遥遥无期 2021-02-14 15:20

I have the following code for plotting a word cloud, and am getting the subsequent error.

wordcloud(dm$word, dm$freq, scale=c(8,.2),min.freq=2,
+           m         


        
3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-14 16:17

    wordcloud2(dm) might work. you can install wordcloud2 package and just one

提交回复
热议问题