Displaying 2 results from an estimated 2 matches for "rdeviceview".
2007 Aug 20
0
Assertion failure in -[RDeviceView lockFocus] (PR#9867)
...noticed that it does not know the comand win.graph(), perhapes it has
something to do with that?
here is sthe system message
>plot(c(0,3), c(0,1),type="n", main= titel3,xlab = "Log x", ylab =
"Probability")
2007-08-14 23:14:12.621 R[144] *** Assertion failure in -[RDeviceView
lockFocus], AppKit.subproj/NSView.m:3248
2007-08-14 23:14:12.621 R[144] *** REngine.runREPL: caught ObjC exception in the
main loop!
*** Please report the following error on r-sig-mac at r-project.org along with the
full description of how to reproduce it:
*** reason: lockFocus sent to a view whose...
2004 Dec 02
0
image() or plotting functions or something else broken in 2.0.1 on OS X?
...g the example code from the image() help
page gives me the following error:
> x <- y <- seq(-4*pi, 4*pi, len=27)
> r <- sqrt(outer(x^2, y^2, "+"))
> image(z = z <- cos(r^2)*exp(-r/6), col=gray((0:32)/32))
2004-12-02 10:35:27.815 R[2649] *** Assertion failure in -[RDeviceView
lockFocus], AppKit.subproj/NSView.m:2746
2004-12-02 10:35:27.817 R[2649] *** NSTimer discarding exception
'NSInternalInconsistencyException' (reason 'lockFocus sent to a view
whose window is deferred and does not yet have a corresponding platform
window') that raised during firi...