[R] Error meesage from RGUI

james.holtman@convergys.com james.holtman at convergys.com
Mon Aug 27 23:27:01 CEST 2001


I am using Version 1.3.0  (2001-06-22) on Windows/2000.  Had loaded the
'lattice' and 'grid' libraries and was trying the example on densityplot:

   data(singer)
     densityplot( ~ height | voice.part, data = singer, layout = c(2, 4),
                 xlab = "Height (inches)", bw = 5)
     ## Using a predefined panel function to fit a normal distribution
     densityplot( ~ height | voice.part, data = singer, layout = c(2, 4),
                 xlab = "Height (inches)",
                 ylab = "Kernel Density/ Normal Fit",
                 main = list("Estimated Density", cex = 2, col = "DarkOliveGreen"),
                 panel = function(x, ...) {
                     panel.xyplot(x = jitter(x),
                                  y = rep(0, length(x)))
                     panel.densityplot(x, ...)
                     panel.mathdensity(dmath = dnorm,
                                       args = list(mean=mean(x),sd=sd(x)))
                 } )


This seem to execute OK, but when I went to look at the graphs, I had the
"recording" turned on, and when I tried to PgUp to the first graph, I got
the error message:

RGUI.EXE application error
0x0258D895  referenced memory 0x00000010.  The memory could not be "read"

I could see the graphs being drawn correctly.  I also tried to select
"Previous" from the popdown menu and the same thing happened.

--

NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list