rattle {rattle} | R Documentation |
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.
rattle(csvname=NULL)
csvname |
the name of a CSV file to load into Rattle on startup. |
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.
Package home page: http://rattle.togaware.com
evaluateRisk
, genPlotTitleCmd
,
plotRisk
.
## 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"))