Re: [R] Need help with plotting the graph

2013-10-07 Thread PIKAL Petr
t; Sent: Tuesday, October 08, 2013 2:24 AM > To: dcarl...@tamu.edu > Cc: r-help@r-project.org > Subject: Re: [R] Need help with plotting the graph > > On Tue, Oct 8, 2013 at 1:48 AM, David Carlson > wrote: > > First. You should update R to the latest version, 3.0.2. > &g

Re: [R] Need help with plotting the graph

2013-10-07 Thread Prasad Joshi
On Tue, Oct 8, 2013 at 2:01 AM, Jim Lemon wrote: > On 10/07/2013 09:02 PM, Prasad Joshi wrote: >> >> Hello All, >> >> >> I would like Y axis to represent BW and X axis to represent disk, vmfs and >> vmdk. >> >> All the examples in books or online have single X axis. I could not >> find an exa

Re: [R] Need help with plotting the graph

2013-10-07 Thread Prasad Joshi
On Tue, Oct 8, 2013 at 1:48 AM, David Carlson wrote: > First. You should update R to the latest version, 3.0.2. > Hello David, Thanks a lot for your reply. I will update R. > > Third. Use dput(df) and send the output to the mailing list. A > data frame usually consists of several vectors, not se

Re: [R] Need help with plotting the graph

2013-10-07 Thread Jim Lemon
On 10/07/2013 09:02 PM, Prasad Joshi wrote: Hello All, I would like Y axis to represent BW and X axis to represent disk, vmfs and vmdk. All the examples in books or online have single X axis. I could not find an example which does something similar to what I am trying. Can anyone please giv

Re: [R] Need help with plotting the graph

2013-10-07 Thread David Carlson
First. You should update R to the latest version, 3.0.2. Second. What commands have you tried and what error messages did you receive? Third. Use dput(df) and send the output to the mailing list. A data frame usually consists of several vectors, not several lists. It might be necessary to explain