Re: [R] Scatter plot with error bars

2013-06-28 Thread beginner
Thank you very much for your help ! -- View this message in context: http://r.789695.n4.nabble.com/Scatter-plot-with-error-bars-tp4670502p4670530.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Scatter plot with error bars

2013-06-27 Thread Blaser Nello
-boun...@r-project.org] On Behalf Of beginner Sent: Freitag, 28. Juni 2013 02:24 To: r-help@r-project.org Subject: [R] Scatter plot with error bars Hi I would like to plot multiple data sets on a scatter plot with error bars. To do this I write the following code: install.packages("Hmisc&

[R] Scatter plot with error bars

2013-06-27 Thread beginner
Hi I would like to plot multiple data sets on a scatter plot with error bars. To do this I write the following code: install.packages("Hmisc") library(Hmisc) x1<-data1[,1] y1<-data1[,2] x2<-data2[,1] y2<-data2[,2] x3<-data3[,1] y3<-data3[,2] SD1<-data1[,3] SD2<-data2[,3] SD3<-data3[,4] delta<-