getSpectrum.rtmsBrukerMCFReader {rtms} | R Documentation |
Extracts an RTMS spectrum object (of class rtmsSpectrum
) from a multi-
acquisition Bruker MCF directory opened using an RTMS reader object (of
class rtmsBrukerMCFReader
). A numeric index is used to identify which
spectrum should be extracted.
## S3 method for class 'rtmsBrukerMCFReader'
getSpectrum(x, ...)
getBrukerMCFSpectrum(reader, index)
x |
The MCF reader object |
... |
Additional parameters |
reader |
An RTMS reader object of class |
index |
A single numeric index specifying which acquisition should be extracted |
An RTMS spectrum object of class rtmsSpectrum
getSpectrum(rtmsBrukerMCFReader)
: The S3 method getSpectrum
for objects
of class rtmsBrukerMCFReader
; calls getBrukerMCFSpectrum