View source: R/combineIonImages.R
combineIonImages | R Documentation |
This function can be used to combine different stacks of ion images (e.g. from different polarities). For this to work properly the images have to be aligned. Small differences (e.g. one additional row) can be compensated with this function. Be sure you know what you are doing and check if the quality of the result is sufficent for your means!
combineIonImages(ii1, ii2, add = TRUE)
ii1 |
Array, ion images as returend by MSISclices from MALDIquant |
ii2 |
Array, ion images as returend by MSISclices from MALDIquant |
add |
Logical, if the dimensions of ii1 and ii2 dont match, add rows and cols to compensate |
A stack of combined ion images
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.