Re: [R] how to use 'points' function to plot two curves with errbar

2010-06-15 Thread Yogesh Tiwari
Dear John, Great thanks, I would appreciate if any expert can throw more light on it. Thanks in advance, Best Regards, Yogesh On 6/14/10, John Kane jrkrid...@yahoo.ca wrote: Hi Yogesh, I think you accidentelly replied only to me and not to the mailing list. I'd suggest that you copy your

Re: [R] how to use 'points' function to plot two curves with errbar

2010-06-15 Thread David Winsemius
In context below: On Jun 15, 2010, at 4:20 AM, Yogesh Tiwari wrote: Dear John, Great thanks, I would appreciate if any expert can throw more light on it. Thanks in advance, Best Regards, Yogesh On 6/14/10, John Kane jrkrid...@yahoo.ca wrote: Hi Yogesh, I think you accidentelly replied

[R] how to use 'points' function to plot two curves with errbar

2010-06-05 Thread Yogesh Tiwari
Dear R Users, I am using R on windows. how to use 'points' function to plot two curves with errbar I am doing like: x.val - as.integer(names(co2mean)) errbar(x.val, co2mean, co2mean + co2sd, co2mean - co2sd, xaxt='n', col=1, xlab=NA,ylab=NA)# obs error bar lines(x.val, co2mean, col=1, lwd=2)

Re: [R] how to use 'points' function to plot two curves with errbar

2010-06-05 Thread John Kane
The first thing we need to know is what errbar are you using? There are at least two, on in the Hmisc package and one in sfsmisc. PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained,reproducible code. I'm not sure what