Re: [R] ggplot stat_bin question

2015-06-03 Thread John Kane
I don't think there is any reason to get rid of that message unless you have a presentation problem, that is, you are including that output in a paper. All that is, AFAIK, is a notice that ggplot() is using the default binning rule. You can change the number of the bins if you need more gran

Re: [R] ggplot stat_bin question

2015-06-03 Thread Thierry Onkelinx
Dear Glenn, Your code contains a typo: it has bindwidth instead of binwidth. Fixing that will no longer show the message. AFAIK, the message is always displayed when binwidth is not set. You can use suppressMessages() to hide them. Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bos