Description Usage Arguments Value See Also Examples
instrument
, slot of MassSpectra
class objects
1 2 3 4 5 6 7 8 9 | instrument(object, ...)
instrument(object) <- value
## S4 method for signature 'MassSpectra'
instrument(object)
## S4 replacement method for signature 'MassSpectra'
instrument(object) <- value
|
object |
object of class MassSpectra |
... |
additional args |
value |
character name of instrument used in the experiment |
content of instrument slot
object MassSpectra
other slots mz
analysis
analysisName
nz
calibPoints
calibration
1 2 3 4 5 6 7 | library(tofsimsData)
data(tofsimsData)
## access instrument slot in MassSpectra objects
instrument(testSpectra)
## values for the 'instrument' slot can currently be
## 'iontof' or 'ulvacphi'. It is not advisable to
## change those values manually
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.