exp_calcDiff            package:explorase            R Documentation

_C_a_l_c_u_l_a_t_e _d_i_f_f_e_r_e_n_c_e

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

     Just calculates 'y' - 'x'. You're probably better off just doing
     that.

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

     exp_calcDiff(x, y)

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

       x: normally a column from the experimental data matrix

       y: normally a column from the experimental data matrix

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

     Michael Lawrence <mflawren@fhcrc.org>

