ptrvListIntensity: ptrvListIntensity

View source: R/ptrvListIntensity.r

ptrvListIntensityR Documentation

ptrvListIntensity

Description

ptrvListIntensity

Usage

ptrvListIntensity(
  df,
  format = "wide",
  stat = "area",
  timePeriod = NULL,
  negativeAsNull = TRUE,
  fill = NULL
)

Arguments

df

a result of ptrvListIntensityByFiles ($res) ie a data.frame whose colnames are 'time ' 'ion' 'intensity' 'duration' 'file' and others

format

"wide" by default, can also be 'long'

stat

"area" by default but can also be "tmax" or "max"

timePeriod

calculates on a specific time period. If not null, can be a vector with two values (start and stop) or a data.frame whose colnames are file, start and stop

negativeAsNull

If TRUE, all negative value are replaced by 0


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