Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Windows, Icons, Mouse, Pointer--WIMP

Graphical interfaces might be good for a while, but soon become restrictive. Nonetheless, people like to get into new tools graphically, so we will introduce a common option within R, using Rpackage[]Rcmdr, whilst noting that Rpackage[]rattle (See Chapter 0.15) is an alternative, specifically targeted for data mining.

Rpackage[]Rcmdr is the most feature full R GUI. To start it up, simply load the package:

> library(Rcmdr)

A basic GUI interface with split screens will appear, as in Figure 53.

Figure 53: The R Commander GUI provides a simplified interface to using R. The interface consists of the top edit window and the lower execution and results window.
Image rcmdr-main

The top window in the GUI records the commands or functions that are to be sent to R. You can edit the commands here or else use the menus to generate the commands for you. The lower window shows the commands as they are evaluated and their output.

The GUI provides an excellent pathway into learning how to use R. Using various menus and resulting pop-up windows to build R functions can be very instructive. For some, the Rpackage[]Rcmdr may be all that is needed for using R, allowing commands to be entered directly and then saved to script files, either as a record of processing and modelling, or else for later automatic regeneration of results.

Copyright © 2004-2009 Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
PDF version is properly formatted and forms a comprehensive book (draft with over 700 pages).
Brought to you by Togaware. This page generated: Sunday, 21 December 2008