Displaying 6 results from an estimated 6 matches for "deviceisinteractive".
2007 Aug 05
2
Question regarding QT device
Hi,
After a few modifications in the makefiles, I successfully compiled
the Qt device (written by Deepayan Sirkar) for OS X 10.4.9 on a
Powerbook.
However when loading into R
If i remove this line from zzz.R in qtutils/R
grDevices::deviceIsInteractive("QT")
and then install
>library(qtutils)
loads fine and the QT() calls returns a QT window, however, if i
switch to another application and then switch back to the R GUI, the
menubar has disappeared.
If I do not remove the line
grDevices::deviceIsInteractive("QT"...
2007 May 21
1
dev.interactive() changes
On 5/5/07, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:
[...]
> You meam as in
>
> o dev.interactive() regards devices with the displaylist enabled
> as interactive, and packages can register the names of their
> devices as interactive via deviceIsInteractive().
>
> ?
Quick follow up: the displaylist based detection is working well, but
deviceIsInteractive() gives me an error:
> deviceIsInteractive("QT")
Error in deviceIsInteractive("QT") : cannot change value of locked
binding for '.known_interactive.devices'
>...
2007 Dec 19
1
interactive graphics devices
Hi
For all developers of add-on graphics devices: please note the
existence of deviceIsInteractive() for adding your device to the list of
devices for which dev.interactive() returns TRUE. (Available since R
2.6.0; thanks to Brian Ripley I think)
Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat...
2013 Sep 24
1
recordPlot() on non-interactive graphics device?
...stance
png("foo.png"); plot(1:10); g <- recordPlot(); dev.off();
pdf("foo.pdf"); plot(1:10); g <- recordPlot(); dev.off();
produce "empty" replayPlot(g) outputs.
Q. It it just a coincident that it appear that
recordPlot()/replayPlot() only works for
grDevices::deviceIsInteractive() graphics devices? If not, should
?recordPlot clarify that "These functions record and replay the
displaylist of the current [interactive] graphics device."?
Q. ...or is just the fact that currently png(), pdf() etc. won't
populate "the displaylist" (whatever that is), bu...
2007 Oct 03
1
R-2.6.0 is released
...now generic.
o dev2bitmap() has a new option to go via PDF and so allow
semi-transparent colours to be used.
o dev.interactive() regards devices with the displaylist enabled
as interactive, and packages can register the names of their
devices as interactive via deviceIsInteractive().
o download.packages() and available.packages() (and functions
which use them) now support in 'repos' or 'contriburl' either
file: plus a general path (including drives on a UNC path on
Windows) or a file:/// URL in the same way as url().
o dQ...
2007 Oct 03
1
R-2.6.0 is released
...now generic.
o dev2bitmap() has a new option to go via PDF and so allow
semi-transparent colours to be used.
o dev.interactive() regards devices with the displaylist enabled
as interactive, and packages can register the names of their
devices as interactive via deviceIsInteractive().
o download.packages() and available.packages() (and functions
which use them) now support in 'repos' or 'contriburl' either
file: plus a general path (including drives on a UNC path on
Windows) or a file:/// URL in the same way as url().
o dQ...