	
	_V_a_l_u_e _M_a_t_c_h_i_n_g
	
	     match(x, table, nomatch=NA)
	
	_A_r_g_u_m_e_n_t_s:
	
	           x : the values to be matched.
	
	       table : the values to be matched against.
	
	     nomatch : the value to be returned in the case when no
	               match is found.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     If x[i] is found to equal table[j] then the value
	     returned in the i-th position of the return value is j.
	     If no match is found, the value is nomatch.
	
