ptrvIntensity: ptrvIntensity

View source: R/ptrvIntensity.r

ptrvIntensityR Documentation

ptrvIntensity

Description

ptrvIntensity

Usage

ptrvIntensity(
  dataset,
  timePeriod = NULL,
  negativeAsNull = TRUE,
  propPeak = FALSE,
  proportion = 0.75,
  timing = "last",
  fill = NULL,
  slope = FALSE,
  tSlope = 0,
  span = 0.01
)

Arguments

dataset

is a result of ptrvIntensityByTime$res: a dataframe with colnames as 'time','duration','ion' and 'intensity'

timePeriod

vector with two numbers indicating an interval to calculate the intensities

negativeAsNull

If TRUE, all negative value are replaced by 0


ChemoSens/PTRMSR documentation built on June 15, 2025, 10:40 a.m.