Joseph Voelkel
2009-Apr-15 04:07 UTC
[R] Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
Hi, all, Using RGui, is it possible to create a graphics window that can be moved outside of the RGui window? (This can be done--in fact must be done--using Rterm, but I wish to use RGui.) My interest for this is to use two monitors: in "my private monitor" I wish to execute R code in the Rgui window; in "the public monitor" I want the audience to see the results in the graphic window. Thanks, Joe Voelkel Rochester Institute of Technology
Uwe Ligges
2009-Apr-15 07:41 UTC
[R] Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
Joseph Voelkel wrote:> Hi, all, > > Using RGui, is it possible to create a graphics window that can be moved > outside of the RGui window? (This can be done--in fact must be > done--using Rterm, but I wish to use RGui.) > > My interest for this is to use two monitors: in "my private monitor" I > wish to execute R code in the Rgui window; in "the public monitor" I > want the audience to see the results in the graphic window.Start RGui in sdi mode: either by setting it in the GUI preferences or by calling RGui with option "--sdi". Uwe Ligges> Thanks, > > Joe Voelkel > Rochester Institute of Technology > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Joseph Voelkel
2009-Apr-15 13:52 UTC
[R] Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
Thanks, Uwe. This is exactly what I wanted. Joe -----Original Message----- From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] Sent: Wednesday, April 15, 2009 3:42 AM To: Joseph Voelkel Cc: r-help at r-project.org Subject: Re: [R] Creating a graphics window (in Windows,with RGui) that is not constrained to the RGui Window Joseph Voelkel wrote:> Hi, all, > > Using RGui, is it possible to create a graphics window that can bemoved> outside of the RGui window? (This can be done--in fact must be > done--using Rterm, but I wish to use RGui.) > > My interest for this is to use two monitors: in "my private monitor" I > wish to execute R code in the Rgui window; in "the public monitor" I > want the audience to see the results in the graphic window.Start RGui in sdi mode: either by setting it in the GUI preferences or by calling RGui with option "--sdi". Uwe Ligges> Thanks, > > Joe Voelkel > Rochester Institute of Technology > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.