View source: R/rtmsBrukerMCFReader.R
getSpectrum.rtmsBrukerMCFReader | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.