combineIonImages: Combine two stacks ion images into one stack of ion images

View source: R/combineIonImages.R

combineIonImagesR Documentation

Combine two stacks ion images into one stack of ion images

Description

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!

Usage

combineIonImages(ii1, ii2, add = TRUE)

Arguments

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

Value

A stack of combined ion images


CeMOS-Mannheim/PlaquePicker documentation built on Sept. 30, 2022, 5:54 a.m.