[R] Error meesage from RGUI

Prof Brian D Ripley ripley at stats.ox.ac.uk
Tue Aug 28 08:37:40 CEST 2001


Notice, you were using lattice and grid.  They are currently experimental,
in the Devel section on CRAN.  I am not surprised they interact with
recording on Windows, as grid changes a lot of the underlying graphics
structure.

You now have a good opportunity to contribute a patch that solves the
apparent conflict.

On Mon, 27 Aug 2001 james.holtman at convergys.com wrote:

> 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
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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