changeTimeLimits: Shinny appplication to modify and view expiration limits This...

View source: R/app.R

changeTimeLimitsR 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.

Description

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.

Usage

changeTimeLimits(ptrSet)

Arguments

ptrSet

a ptrSet object

Value

the ptrSet object modified

Examples

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)

camilleroquencourt/ptairMS documentation built on April 24, 2024, 9:03 p.m.