[R] using GUI

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Feb 20 17:01:28 CET 2002


On Wed, 20 Feb 2002, Watkins, Janice wrote:

> 	A few days ago I loaded R version 1.4.1 to run on Windows 98 and
> haven't been able to find information on the GUI approach in the FAQs, R
> Reference Index, or Search Engine .  Edit has an item that allows changing
> GUI preferences, and the Target path in the icon ends in Rgui.exe, so it
> appears that R for Windows does include using the GUI approach.

Yes, and you *are *using an interface with menus and a toolbar and you can
select things with the mouse ...  In short, a Graphical User Interface,
albeit a simple one.  It contrasts with Rterm, in Windows' parlance a
console application (a pure-text interface).

> 	In S-Plus I wrote a application with guiCreate to add menu items
> that used dialog boxes to feed parameters to analysis functions.  Also, I
> sometimes use the graphics toolbar item in S-Plus to create graphs.  Is it
> possible to do these things in R?  If so, would someone please point me to
> the appropriate area of documentation.

R is not a clone of S-PLUS, and does not have a user-programmable GUI
under Windows.  There are ways to program interfaces, but none as easy to
program as the Axum-based front-end of S-PLUS for Windows. Look at the
tcltk package and its demos for the simplest approach.

If you want the features of S-PLUS, please use it.

> 	By the way, using the "Keywords by Topic" section of the Search
> Engine works fine for all items that I've tried except when clicking on
> dynamic under Graphics.  That gave the message "No matches for "dynamic"
> found.""

Correct. There is currently no dynamic graphics in R.  If you install
package xgobi from CRAN it will show some results (but do read all its
prerequisites carefully).

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