[R] plot

2010-01-06 Thread lse1986
Hey guys, any chance i can do some plots similar to these in R? http://i.imagehost.org/0785/Untitled_3.jpg -- View this message in context: http://n4.nabble.com/plot-tp1008481p1008481.html Sent from the R help mailing list archive at Nabble.com. __ R-

Re: [R] plot

2010-01-06 Thread lse1986
> Noli > > On 1/7/10, lse1986 wrote: >> >> Hey guys, >> >> any chance i can do some plots similar to these in R? >> http://i.imagehost.org/0785/Untitled_3.jpg >> -- >> View this message in context: >> http://n4.nabble.com/plot-tp1

[R] Simple averaging question

2010-01-07 Thread lse1986
I have the following data: http://i.imagehost.org/0650/Untitled2.jpg How would i average, say the 5th and the 8th entries? Thanks in advance -- View this message in context: http://n4.nabble.com/Simple-averaging-question-tp1009086p1009086.html Sent from the R help mailing list archive at Nabbl

[R] Plotting numeric values against non numeric items

2010-01-08 Thread lse1986
Hi i want do a line graph. My y axis contains numeric values. My x axis contains non numeric statements. This is what i want the graph to look like. When i try to plot this graph on R it comes up with the following error message: "Error in plot.window(...) : need finite 'xlim' values In additi

Re: [R] Plotting numeric values against non numeric items

2010-01-09 Thread lse1986
Hey Jim, Thanks for your reply! I tried what you said, i still kept getting errors. here's what i want my graph to look like: http://i.imagehost.org/0474/Untitled_5.jpg i have x<-c("not stir", "stir") i can't plot it though :( Jim Lemon wrote: > >