analysis {tofsims}R Documentation

analysis, slot of MassSpectra class objects

Description

analysis, slot of MassSpectra class objects

Usage

analysis(object, noAccess, ...)

analysis(object) <- value

## S4 method for signature 'MassSpectra,missing'
analysis(object)

## S4 method for signature 'MassSpectra,numeric'
analysis(object, noAccess)

## S4 replacement method for signature 'MassSpectra'
analysis(object) <- value

Arguments

object

object of class MassSpectra

noAccess

numeric access number to analysis slot

...

additional args

value

object to be put in analysis slot

Value

summary or content of analysis slot

See Also

object MassSpectra other slots mz nz analysisName instrument calibPoints calibration

Examples

library(tofsimsData)
data(tofsimsData)
testImage<-PCAnalysis(testImage, nComp = 3)
## obtain summary of analysis slot content
analysis(testImage)

[Package tofsims version 1.20.0 Index]