Re: [R] How to read 20 columns from the file

2011-07-14 Thread Jim Lemon
On 07/13/2011 10:08 PM, Kishorenalluri wrote: Hi Jim, Saving is not a problem. I wanted to load/read the columns from the file followed by plotting the area plot using ggplot2. I am a basic user. I am trying to reproduce the plot similar to the example given here.

Re: [R] How to read 20 columns from the file

2011-07-14 Thread Jim Lemon
On 07/14/2011 10:35 PM, Jim Lemon wrote: On 07/13/2011 10:08 PM, Kishorenalluri wrote: Hi Jim, Saving is not a problem. I wanted to load/read the columns from the file followed by plotting the area plot using ggplot2. I am a basic user. I am trying to reproduce the plot similar to the example

[R] How to read 20 columns from the file

2011-07-13 Thread Kishorenalluri
Friends, Could anyone help me the script, how to read the more than 15 columns from the file. I have Excel sheet, of course can save into any readable format. Appreciate your help. Thanks. -- View this message in context:

Re: [R] How to read 20 columns from the file

2011-07-13 Thread Steven Kennedy
save it as .csv, then use read.csv(your_file.csv) On Wed, Jul 13, 2011 at 6:23 PM, Kishorenalluri kishorenalluri...@gmail.com wrote: Friends,          Could anyone help me the script, how to read the more than 15 columns from the file. I have Excel sheet, of course can save into any readable

Re: [R] How to read 20 columns from the file

2011-07-13 Thread Kishore Kumar
Dear Steven, Many thanks for your reply. I am struggling to read the all the values. I have 20 columns for 200 rows in my excel sheet, which i want to read for plotting. Please let me know how to load or import or read those columns. Looking forward for your reply, Thanks Regards,

Re: [R] How to read 20 columns from the file

2011-07-13 Thread Jim Lemon
On 07/13/2011 08:16 PM, Kishore Kumar wrote: Dear Steven, Many thanks for your reply. I am struggling to read the all the values. I have 20 columns for 200 rows in my excel sheet, which i want to read for plotting. Please let me know how to load or import or read those columns. Hi

Re: [R] How to read 20 columns from the file

2011-07-13 Thread Kishorenalluri
Hi Jim, Saving is not a problem. I wanted to load/read the columns from the file followed by plotting the area plot using ggplot2. I am a basic user. I am trying to reproduce the plot similar to the example given here. http://processtrends.com/images/RClimate_NINO_34_latest.png Thanks

Re: [R] How to read 20 columns from the file

2011-07-13 Thread Steven Kennedy
Hi Kishore, There should be no problem reading in your data if you have followed the directions posted by Jim and myself. I suggest you do a search for a basic R tutorial and follow that through. Steve On Wed, Jul 13, 2011 at 10:08 PM, Kishorenalluri kishorenalluri...@gmail.com wrote: Hi Jim,