[R] x-axis binning

2005-08-17 Thread Samuel Kemp
Hi,

I am wanting to plot an x,y data.frame. But, I would like to have bins 
on the x-axis. Is there an easy way of doing this?

Thanks in advance,

Sam.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] x-axis binning

2005-08-17 Thread Petr Pikal
Hi

On 17 Aug 2005 at 11:34, Samuel Kemp wrote:

 Hi,
 
 I am wanting to plot an x,y data.frame. But, I would like to have bins
 on the x-axis. Is there an easy way of doing this?

Yes.

Do you want to know how?

?cut

is probably what you want, but as you did not tell us any further 
details it is hard to decipher what you exactly want.

HTH
Petr



 
 Thanks in advance,
 
 Sam.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide!
 http://www.R-project.org/posting-guide.html

Petr Pikal
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html