seperate guis            package:seao.gui            R Documentation

_I_n_t_e_r_a_c_t_i_v_e _w_i_n_d_o_w_s _f_o_r _e_v_o_l_u_t_i_o_n_a_r_y _a_l_g_o_r_i_t_h_m _f_u_n_c_t_i_o_n_s.

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

     Set of functions which can be used as interface between user and
     evolutionary algorithm functions of package 'seao'.

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

       genomestruc.gui()
       newgen.gui(ea=NULL)
       nextgeneration.gui(ea=NULL)
       plotfitness.gui(ea=NULL)
       plotgene.gui(ea=NULL)
       save.ea.gui(ea=NULL)

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

      ea: An object of type evoutionary algorithms. This contains the
          data to be plotted

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

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

     Kurt Sys (kurt.sys@rug.ac.be)

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

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

     genomestruc newgen nextgen plotevolution.fit plotevolution.gene

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

