rattle                package:rattle                R Documentation

_D_i_s_p_l_a_y _t_h_e _R_a_t_t_l_e _U_s_e_r _I_n_t_e_r_f_a_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     rattle(csvname=NULL)

_A_r_g_u_m_e_n_t_s:

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

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Graham.Williams@togaware.com

_R_e_f_e_r_e_n_c_e_s:

     Package home page: <URL: http://rattle.togaware.com>

_S_e_e _A_l_s_o:

     'evaluateRisk', 'genPlotTitleCmd', 'plotRisk'.

_E_x_a_m_p_l_e_s:

     ## 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"))

