Displaying 1 result from an estimated 1 matches for "tp3531563p3531563".
2011 May 18
0
scatter plot: multiple Y variables and error bars
...9)
x1 <- c(1:5)
y2 <- c(1.2, 1.4, 1.2, 1.4, 1.5)
u2 <- c(1.5, 1.8, 1.6, 1.6, 1.7)
l2 <- c(1.1, 1.3, 1.0, 1.2, 1.4)
y <- data.frame(y1,u1,l1,x1)
## thanks ahead of time!
--
View this message in context: http://r.789695.n4.nabble.com/scatter-plot-multiple-Y-variables-and-error-bars-tp3531563p3531563.html
Sent from the R help mailing list archive at Nabble.com.