Skip to content

Buglet in plotCI

2 messages · Jim Lemon, Derek Ogle

#
Dieter Menne wrote:
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
#
Jim and Dieter,

Thank you for the quick reply and precise fix.  My plot now works as
expected.  Thanks again.