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
You may also try plotting with a larger device, for example
dev.new(width = 1000, height = 1000, unit = "px") wordcloud(...)
see the link for other ways to plot a certain size.