Re: [R] ggplot stat_bin question

2015-06-03 Thread John Kane
more granular or more agglomerated plots. It can be fu/informative to change binwidth and see what is happening. John Kane Kingston ON Canada > -Original Message- > From: glennmschu...@me.com > Sent: Wed, 03 Jun 2015 00:32:10 + (GMT) > To: r-help@r-project.org >

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

[R] ggplot stat_bin question

2015-06-02 Thread Glenn Schultz
All, I am using gglpot to produce combination density and histogram plots, which are actually kinda cool, everything works well and the plots look nice.  However after each plot run I receive the following message: stat_bin: binwidth defaulted to range/30. Use 'bin width = x' to adjust this.