tkhomals               package:homals               R Documentation

_H_o_m_o_g_e_n_e_i_t_y _A_n_a_l_y_s_i_s _G_U_I

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

     This function provides a tcl/tk gui for the homals function.

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

     tkhomals(data)

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

    data: data (in data-frame)

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

     This functions requires data to be stored in a data-frame. It can
     produce a variety of graphs which are stored in a pdf file.
     Results are stored in an ascii file.

_N_o_t_e:

     Needs to be executed from a writeable directory. File names are
     determined by the name of the data argument passed to the
     function.

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

     Arno Ouwehand

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

     ## present tcl/tk gui for data set senate
     ## Don't run: data(senate)
     ## Don't run: tkhomals(senate)

