search for: newplotci

Displaying 1 result from an estimated 1 matches for "newplotci".

Did you mean: newplot
2009 Apr 20
1
Buglet in plotCI
...nz <- (abs(ui - pmin(x + gap, ui)) * x.to.in) > 0.001 > > Dieter > > Hi Dieter, Thanks for the fix. I have changed the source code and it will be in the next version. For the benefit of those who can't wait: 1) make a copy of the source code like this: sink("newplotCI.R") cat("plotCI<-") plotCI sink() 2) Open "newplotCI.R" in Your Favorite Editor. 3) Edit line 75 as above. 4) Save "newplotCI.R" 5) Overwrite the plotCI function in plotrix (temporarily): library(plotrix) source("newplotDI.R") Jim