gelmap                package:PROcess                R Documentation

_P_l_o_t _t_h_e _i_m_a_g_e _o_f _a _s_e_t _o_f _s_p_e_c_t_r_a

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

     This function takes its argument as a intensity matrix of a set of
     spectra and plots the image as a heatmap.

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

     gelmap(Ma, cols = gray(seq(1, 0, by = -0.01)), at.mz = NULL, at.col = NULL, cexCol = 0.2 + 1/log10(nc))

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

      Ma: a matrix of intensities; spectra are arranged column-wise.

    cols: a vector of color to represent continuum of intensities.

   at.mz: a vector of m/z values where labels are desired.

  at.col: a vector of sample indices, useful to label particular
          samples. If NULL, samples will be labelled from down up by
          1:ncol(Ma). 

  cexCol: text size of the sample labels.

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

     See Also 'binning'.

