View source: R/rtmsBrukerBAFReader.R
getSample.rtmsBrukerBAFReader | R Documentation |
Extracts an RTMS sample object (of class rtmsSample
) from a single
acquisition Bruker BAF directory opened using an RTMS reader object (of
class rtmsBrukerBAFReader
). Because a BAF directory only contains one
spectrum, no additional parameters are needed to specify the spectrum from
which to take the sample.
## S3 method for class 'rtmsBrukerBAFReader'
getSample(x, peaks, ...)
getBrukerBAFSample(reader, peaks)
x |
The BAF reader object |
peaks |
A list of peak objects of class |
... |
Additional parameters |
reader |
An RTMS reader object of class |
An RTMS sample object of class rtmsSample
getSample(rtmsBrukerBAFReader)
: The S3 method getSample
for objects
of class rtmsBrukerBAFReader
; calls getBrukerBAFSample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.