Re: [R] Horizontal bar plot for lengthy data

2013-08-06 Thread Christofer Bogaso
Hello Jim, Thanks for your pointer. Could you be more specific how I can implement your strategy? Thanks and regards, On Tue, Aug 6, 2013 at 2:49 PM, Jim Lemon wrote: > On 08/06/2013 07:01 AM, Christofer Bogaso wrote: > >> Hi David, >> >> Thanks for your answer. >> >> However I was thinking i

Re: [R] Horizontal bar plot for lengthy data

2013-08-06 Thread Jim Lemon
On 08/06/2013 07:01 AM, Christofer Bogaso wrote: Hi David, Thanks for your answer. However I was thinking if it would be possible to have the Vertical-scroll bar, so that user can scroll his screen while still having all the bars on the plot clearly. Is there any possibility? Hi Christofer,

Re: [R] Horizontal bar plot for lengthy data

2013-08-05 Thread Christofer Bogaso
ge- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Christofer Bogaso > Sent: Monday, August 5, 2013 3:11 PM > To: r-help > Subject: [R] Horizontal bar plot for lengthy data > > Hello again, > > Please consider my data-frame: &g

Re: [R] Horizontal bar plot for lengthy data

2013-08-05 Thread David Carlson
nt: Monday, August 5, 2013 3:11 PM To: r-help Subject: [R] Horizontal bar plot for lengthy data Hello again, Please consider my data-frame: My_DF <- data.frame(Names = as.character(1:2000), Values = 1:2000) Now I want to create a Horizontal bar plot for this data: barplot(My_DF$Values, m

Re: [R] Horizontal bar plot for lengthy data

2013-08-05 Thread Bert Gunter
... and also have a look at ?dotplot. -- Bert On Mon, Aug 5, 2013 at 1:29 PM, Bert Gunter wrote: > If you insist on bars instead of points, then have a look at the type > ="h" argument to plot.default(). > > In general, designing an effective plot typically depends both on the > nature of the su

Re: [R] Horizontal bar plot for lengthy data

2013-08-05 Thread Bert Gunter
If you insist on bars instead of points, then have a look at the type ="h" argument to plot.default(). In general, designing an effective plot typically depends both on the nature of the subject matter, the data, and the intended audience, so it is difficult (for me, anyway) to give a useful gener

[R] Horizontal bar plot for lengthy data

2013-08-05 Thread Christofer Bogaso
Hello again, Please consider my data-frame: My_DF <- data.frame(Names = as.character(1:2000), Values = 1:2000) Now I want to create a Horizontal bar plot for this data: barplot(My_DF$Values, main="Bar Plot", horiz=TRUE, names.arg=My_DF$Names) You see the entire plot is messed-up. As I have to