Message-ID: <59909136C2A872409F02F3B6E334FDA203CF2171@svits11.main.ad.rit.edu>
Date: 2009-04-15T13:52:45Z
From: jgvcqa at rit.edu
Subject: Creating a graphics window (in Windows, with RGui) that is not constrained to the RGui Window
In-Reply-To: <49E58FC6.4020600@statistik.tu-dortmund.de>
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 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.