compareCdfs            package:affxparser            R Documentation

_C_o_m_p_a_r_e_s _t_h_e _c_o_n_t_e_n_t_s _o_f _t_w_o _C_D_F _f_i_l_e_s

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

     Compares the contents of two CDF files.

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

     compareCdfs(pathname, other, quick=FALSE, verbose=0, ...)

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

pathname: The pathname of the first CDF file.

   other: The pathname of the seconds CDF file.

   quick: If 'TRUE', only a subset of the units are compared, otherwise
          all units are compared.

 verbose: An 'integer'. The larger the more details are printed.

     ...: Not used.

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

     The comparison is done with an upper-limit memory usage,
     regardless of the size of the CDFs.

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

     Returns 'TRUE' if the two CDF are equal, otherwise 'FALSE'.  If
     'FALSE', the attribute 'reason' contains a string explaining what
     difference was detected, and the attributes 'value1' and 'value2'
     contain the two objects/values that differs.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     'convertCdf'().

