CandidateBoundaries         package:wombsoft         R Documentation

_N_u_m_b_e_r _o_f _a_l_l_e_l_e_s _t_h_a_t _c_o_n_t_a_i_n_s _a _p_o_t_e_n_t_i_a_l _b_o_u_n_d_a_r_y _a_t _a_n_y _p_o_i_n_t _o_f _t_h_e _g_r_i_d.

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

     These functions count for each point of the grid, the number of
     candidate boundary elements at the given percentile pB at each
     point of the grid, and computes the overall direction.

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

     CandidateBoundariesCodominant(data, h, pB = 0.3)
     CandidateBoundariesDominant(data, h, pB = 0.3)
     CandidateBoundariesContingency(data, h, pB = 0.3)

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

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

       h: bandwidth.

      pB: percentile of points to be in the candidate boundary for each
          allele.

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

     a list of three components : the first is the matrix of the number
     of potential bounds at each point, the second component is the sum
     of the corresponding directions, and the third is the threshold.

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

     'Data' for the format of the data variable.

