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
wordcloud2(dm) might work. you can install wordcloud2 package and just one
wordcloud2(dm)