View source: R/functions-xcmsRaw.R
split.xcmsRaw | R Documentation |
Divides the scans from a xcmsRaw
object into
a list of multiple objects. MS$^n$ data is discarded.
x |
|
f |
factor such that |
drop |
logical indicating if levels that do not occur should be dropped (if 'f' is a 'factor' or a list). |
... |
further potential arguments passed to methods. |
A list of xcmsRaw
objects.
split(x, f, drop = TRUE, ...)
Steffen Neumann, sneumann(at)ipb-halle.de
xcmsRaw-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.