Description Usage Arguments Value See Also
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.
1 | binning(Ma, breaks = 400)
|
Ma |
a matrix of spectra by column. |
breaks |
number of bins, or equally-spaced intervals for the image of reduced resolution |
A matrix of dimensions c(dim(Ma)[1], 'breaks').
See Also gelmap
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.