Skip to content

Warning Message With WordCloud

2 messages · Shivi Bhatia, Boris Steipe

#
Dear Team,

 

I am working on Wordcloud package for one of my projects. While it running
fine it is not showing the top most values in the output as it should. I
have ran it earlier and it was fine but now there seems to be an issue. 

 

The wordcloud image shows the values which are appearing only once or twice.
Below is the code I have used:

 

wordcloud(nnn,freq,random.order =F,colors=brewer.pal(8,"Dark2"),

          scale = c(5.5,0.5),min.freq = 50,

          max.words = Inf) 

 

There are words which are repetitive like 1000 times but none of those
appear. Not sure where I doing it wrong have checked multiple stats exchange
forum and help in r on wordcloud. 

 

This is really urgent. I have tried installing tm package. 

 

Thanks, Shivi

Mb: 9891002021

 

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20160223/ec44bbd5/attachment.pl>
#
Assuming you have confirmed that your function parameters are correct, the problem likely lies with your data. Therefore a good strategy is to revert to a known good state and systematically work from there. Start from your working example and gradually change that into your real data, evaluating each step in turn.


B.
On Feb 23, 2016, at 2:34 AM, SHIVI BHATIA <shivi.bhatia at safexpress.com> wrote: