I have the following code to build a vocabulary cloud, and I get the following error.
wordcloud(dm$word, dm$freq, scale=c(8,.2),min.freq=2, + max.words=Inf, random.order=FALSE, rot.per=.15, colors=rainbow >Warning message: In wordcloud(dm$word, dm$freq, scale = c(8, 0.2), min.freq = 2,:health insurance could not be fit on page. It will not be plotted. Unable to view plot.
I do not understand why this is happening. Please, help.
source share