instrument {tofsims} | R Documentation |
instrument
, slot of MassSpectra
class objectsinstrument
, slot of MassSpectra
class objects
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
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