plotCorrelation           package:codelink           R Documentation

_P_l_o_t _c_o_r_r_e_l_a_t_i_o_n _s_c_a_t_t_e_r_p_l_o_t _b_e_t_w_e_e_n _t_w_o _a_r_r_a_y_s

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

     Takes a Codelink object as argument and plot Correlation
     scatterplot of two arrays.

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

             plotCorrelation(object, x=1, y=2, cutoff=FALSE, label="type", title=NULL, xlim=NULL, ylim=NULL)

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

  object: an object of class "Codelink".

       x: array to be used in x axis.

       y: array to be used in y axis.

  cutoff: cutoff used to show fold change.

   label: labels to shown.

   title: The title of the plot.

    xlim: range for the X axis.

    ylim: range for the Y axis.

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

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

_N_o_t_e:

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

     Diego Diez

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

     'plot'

_E_x_a_m_p_l_e_s:

     #    data(codelink.example)
     #    plotCorrelation(codelink.example)

