

ra2ba(bindata)                               R Documentation

_C_o_n_v_e_r_t _R_e_a_l _V_a_l_u_e_d _A_r_r_a_y _t_o _B_i_n_a_r_y _A_r_r_a_y

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

     Converts all values of the real valued array `x' to
     binary values by thresholding at 0.

_U_s_a_g_e_:

     ra2ba(x)

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

       x: Array of arbitrary dimension

_A_u_t_h_o_r_(_s_)_:

     Friedrich Leisch

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

     x <- array(rnorm(10), dim=c(2,5))
     ra2ba(x)

