changeTimeLimits {ptairMS} | R Documentation |
Shinny appplication to modify and view expiration limits
This function run a shiny app, where you can check the automatic expiration detection, knots location, and modify it.
changeTimeLimits(ptrSet)
ptrSet |
a ptrSet object |
the ptrSet object modified
library(ptairData) directory <- system.file("extdata/exhaledAir", package = "ptairData") ptrSet <- createPtrSet(directory,setName="ptrSet",mzCalibRef=c(21.022,59.049), fracMaxTIC=0.8) ## Not run: ptrSet <- changeTimeLimits(ptrSet)