plot,ptrSet,ANY-method | R Documentation |
plot a ptrSet object
## S4 method for signature 'ptrSet,ANY'
plot(x, y, typePlot = "")
x |
a ptrSet object |
y |
not use |
typePlot |
could be : |
plot
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset",
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
plot(exhaledPtrset )
plot(exhaledPtrset ,typePlot='calibError')
plot(exhaledPtrset ,typePlot='resolution')
plot(exhaledPtrset ,typePlot='peakShape')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.