fuzzyMatches-methods          package:HELP          R Documentation

_F_u_z_z_y _m_a_t_c_h_i_n_g (_m_e_t_h_o_d_s)

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

     Methods for matching and reinterpreting a vector in terms of a
     second vector, essentially using the second vector as a key to
     interpreting the first.

_M_e_t_h_o_d_s:



     _x = "_m_i_s_s_i_n_g", _y = "_m_i_s_s_i_n_g" Handle empty function call 

     _x = "_v_e_c_t_o_r", _y = "_m_i_s_s_i_n_g" Handle empty function call 

     _x = "_v_e_c_t_o_r", _y = "_N_U_L_L" Handle empty function call 

     _x = "_v_e_c_t_o_r", _y = "_v_e_c_t_o_r" Handle input of two vectors. 

     _x = "_N_U_L_L", _y = "_v_e_c_t_o_r" Handle empty function call 

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

     Reid F. Thompson (rthompso@aecom.yu.edu)

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

     'fuzzyMatches'

