rattle {rattle}R Documentation

Display the Rattle User Interface

Description

The Rattle user interface uses the RGtk2 package to present an intuitive point and click interface for data mining, extensively building on the excellent collection of R packages for data manipulation, exploration, analysis, and evaluation.

Usage

rattle(csvname=NULL)

Arguments

csvname the name of a CSV file to load into Rattle on startup.

Details

Refer to the Rattle home page in the URL below for a growing reference manual for using Rattle.

Whilst the underlying functionality of Rattle is built upon a vast collection of other R packages, Rattle itself provides a collection of utility functions used within Rattle. These are made available through loading the rattle package into your R library. The See Also section lists these utility functions that may be useful outside of Rattle.

Author(s)

Graham.Williams@togaware.com

References

Package home page: http://rattle.togaware.com

See Also

evaluateRisk, genPlotTitleCmd, plotRisk.

Examples

## You can start rattle with a path to a csv file to pre-specify the
## dataset. You then need to click Execute to load the data.

rattle(system.file("csv", "audit.csv", package = "rattle"))

[Package rattle version 2.2.91 Index]