Re: [R] Buglet in plotCI

2009-04-20 Thread Derek Ogle
; To: dieter.me...@menne-biomed.de; r-help@r-project.org > Subject: Re: [R] Buglet in plotCI > > Dieter Menne wrote: > > Hi, Jim, > > > > there is a typo at the bottom of plotCI: there is an y.to.in which > should be > > x.to.in. > > >

Re: [R] Buglet in plotCI

2009-04-20 Thread Jim Lemon
Dieter Menne wrote: Hi, Jim, there is a typo at the bottom of plotCI: there is an y.to.in which should be x.to.in. See list for an example. http://article.gmane.org/gmane.comp.lang.r.general/147103 Should be: nz <- (abs(ui - pmin(x + gap, ui)) * x.to.in) > 0.001 Dieter Hi Dieter