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 = "bg",
         low="black", high="white", mar=c(1,1,1,1),
         gr=1, gc=1, log.it=FALSE, ...)
             

_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.

     low: color used for low intensities.

    high: color used for high intensities-

     mar: character vector specifiying margings.

      gc: numerical; number of grid columns.

      gr: numerical; number of grid rows.

  log.it: logical; if TRUE data is log2 transformed (if not yet).

     ...: 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 Diez

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

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

     ## Not run: 
         data(codelink.example)
         imageCodelink(codelink.example)
     ## End(Not run)

