Mirror               package:wombsoft               R Documentation

_P_r_o_v_i_d_e_s _m_i_r_r_o_r _e_f_f_e_c_t _o_n _t_h_e _d_a_t_a

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

     Duplicates individuals that are close to the border of the convex
     hull (at a distance smaller than the one given by the user), on
     the position of their symmetric about the border.

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

     MirrorDominant(data,m)
     MirrorCodominant(data,m) 
     MirrorContingency(data,m)

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

    data: the list of the six items provided by the Data functions.

       m: width of the domain where individuals will be duplicated.

_V_a_l_u_e:

     a new data list, with the last number corresponding to the number
     of distinct original individuals (the new individuals provided by
     the mirror effect are not counted).

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

     'Data' for the computing of the data list.

