areTheSame              package:giRaph              R Documentation

_A_r_e _t_h_e_y _t_h_e _s_a_m_e _m_a_t_h_e_m_a_t_i_c_a_l _e_n_t_i_t_y?

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

     Check whether two objects are the same mathematical entity.

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

     areTheSame(x, y)

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

       x: an R object representing a mathematical entity

       y: another R object possibly representing the same mathematical
          entity

_D_e_t_a_i_l_s:

     The function 'areTheSame' is generic.

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

     Returns a logical value telling whether the two objects are the
     same mathematical entity or not.

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

     Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca

