Re: [R] how can I plot the histogram like this using R?

2010-04-17 Thread bbslover
thanks, it is ok! -- View this message in context: http://n4.nabble.com/how-can-I-plot-the-histogram-like-this-using-R-tp1839303p2013782.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.et

Re: [R] how can I plot the histogram like this using R?

2010-04-16 Thread Gustaf Rydevik
On Fri, Apr 16, 2010 at 10:13 AM, bbslover wrote: > >  Thanks for your reply, I just want to get the figure like y1.jpg using the > data from y1.txt. >  Through the figure  I want to obtain the split point like y1.jpg, and > consider 2.5 as the plit point.  This figure is drawn by other people, I

Re: [R] how can I plot the histogram like this using R?

2010-04-16 Thread bbslover
Thanks for your reply, I just want to get the figure like y1.jpg using the data from y1.txt. Through the figure I want to obtain the split point like y1.jpg, and consider 2.5 as the plit point. This figure is drawn by other people, I just want to draw it using R, but I can not, so I hope, frie

Re: [R] how can I plot the histogram like this using R?

2010-04-14 Thread Greg Snow
age- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of bbslover > Sent: Tuesday, April 13, 2010 10:46 PM > To: r-help@r-project.org > Subject: [R] how can I plot the histogram like this using R? > > > I want to get the plot like this,

Re: [R] how can I plot the histogram like this using R?

2010-04-14 Thread Tal Galili
Hi, My bid - do all that I wrote with hist instead of barplot Best, Tal Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statis

Re: [R] how can I plot the histogram like this using R?

2010-04-14 Thread bbslover
thank you, I will try this function barplot. -- View this message in context: http://n4.nabble.com/how-can-I-plot-the-histogram-like-this-using-R-tp1839303p1839541.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m

Re: [R] how can I plot the histogram like this using R?

2010-04-14 Thread bbslover
thanks for your help. I can have a try. -- View this message in context: http://n4.nabble.com/how-can-I-plot-the-histogram-like-this-using-R-tp1839303p1839534.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailin

Re: [R] how can I plot the histogram like this using R?

2010-04-13 Thread Tal Galili
Aer you asking how to have more bars on the axis ? That can be controlled using: barplot(stuff, br = 50) # br can be other numbers according to needs. The vertical line can be done with: abline(v=20) # You may change 20 There are other elements to the plot to reproduce, but is this enough for you

Re: [R] how can I plot the histogram like this using R?

2010-04-13 Thread Dennis Murphy
Hi: On Tue, Apr 13, 2010 at 9:45 PM, bbslover wrote: > > I want to get the plot like this, > > http://n4.nabble.com/file/n1839303/%25E9%25A2%2591%25E7%258E%2587%25E5%2588%2586%25E5%25B8%2583%25E5%259B%25BE%25E6%25A0%2587%25E5%2587%2586.jpg > %E9%A2%91%E7%8E%87%E5%88%86%E5%B8%83%E5%9B%BE%E6%A0%87

[R] how can I plot the histogram like this using R?

2010-04-13 Thread bbslover
I want to get the plot like this, http://n4.nabble.com/file/n1839303/%25E9%25A2%2591%25E7%258E%2587%25E5%2588%2586%25E5%25B8%2583%25E5%259B%25BE%25E6%25A0%2587%25E5%2587%2586.jpg %E9%A2%91%E7%8E%87%E5%88%86%E5%B8%83%E5%9B%BE%E6%A0%87%E5%87%86.jpg not this, http://n4.nabble.com/file/n1839303/R.jp