binning               package:PROcess               R Documentation

_B_i_n_n_i_n_g _t_h_e _M_a_s_s _S_p_e_c_t_r_o_m_e_t_r_y _D_a_t_a

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

     The function 'binning' takes a matrix of   spectra and constructs
     a matrix of intensities of reduced dimensions based on a equally
     spaced mesh of 'breaks'  intervals over the entire m/z range.

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

     binning(Ma, breaks = 400)

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

      Ma: a matrix of spectra by column. 

  breaks: number of bins, or equally-spaced intervals for the image of
          reduced resolution

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

     A matrix of dimensions c(dim(Ma)[1], 'breaks').

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

     See Also 'gelmap'.

