imageCodelink            package:codelink            R Documentation

_I_m_a_g_e _p_l_o_t _o_f _C_o_d_e_l_i_n_k _a_r_r_a_y_s

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

     Plot and image of a Codelink array if the layout information is
     found.

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

       imageCodelink(object, array=1, what="smean",
                     rows=NULL, cols=NULL, col=NULL, ...)

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

  object: an object of class "Codelink".

   array: array to be used.

    what: with data plot: bg, smean, ri, ni.

    rows: rows subset to plot.

    cols: cols subset to plot.

     col: colors to use.

     ...: additional arguments passed to image.

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

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

_N_o_t_e:

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

     Diego Dez Ruiz

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

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

     #    data(codelink.example)
     #    imageCodelink(codelink.example)

