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 &

[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: http://r.789695.n4.nabble.com/How-to-read-20-columns-from-the-fi

[R] Default Colors in Script

2011-05-10 Thread Kishorenalluri
Dear Friends, I would appreciate one could help me, to prescribe the colors as default if i have 10 more lines in my Y-Axis. I don't wanna set for all the column color like this n_red <- subset(ts_data, my data>0, select=c(Fraction, column) points(n_red$Fraction, n_red$Column, type =

[R] Need Assistance in Stacked Area plot

2011-02-16 Thread Kishorenalluri
Dear All, I need the assistance to plot the staked area plot using ggplot2 What i am expecting is to plot in X-axis the time(Shown in column1) from range of 0 to 100 seconds, and in the y axis the stable increment in area in both directions (less than and greater than zero) for columns 3, 4, 5 (