Description Usage Arguments Value
Merges two mass axis in a single one using an apropiate bin size. The resulting mass axis will display a bin size equal to the minimum of two supplied vectors. The bin size must be supplied along each input mass axis. The first mass axis (mz1) can be a zero-length vector.
1 | MergeMassAxis(mz1, bins1, mz2, bins2)
|
mz1 |
the first mass axis to merge. |
bins1 |
the bins size for the first mass axis. |
mz2 |
the second mass axis to merge. |
intensity2 |
the spectral intensities corresponding to the second mass axis. |
a list containing the common mass axis that represents mz1 and mz1 accurately and a boolean indicating if and error was raised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.