analysis: 'analysis', slot of 'MassSpectra' class objects

Description Usage Arguments Value See Also Examples

Description

analysis, slot of MassSpectra class objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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

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

tofsims documentation built on Nov. 8, 2020, 5:10 p.m.