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>
Warning Message With WordCloud
2 messages · Shivi Bhatia, Boris Steipe
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:
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
This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.