MChromatograms() objects can be concatenated (row-wise) with the c function resulting in a MChromatograms object with the same number of samples (columns).

# S4 method for MChromatograms
c(x, ...)

# S4 method for XChromatograms
c(x, ...)

Arguments

x

MChromatograms object.

...

MChromatograms object that should be appended to x.

Value

MChromatograms object.

Note

The c function for XChromatograms objects (defined in the xcms package) is not supported.

Author

Johannes Rainer