peakDim.fun: Calculates Peak Characteristics

Description Usage Arguments Value Examples

View source: R/peakDim.fun.R

Description

Calculates Peak Characteristics

Usage

1

Arguments

z

A data.frame containing peak values in column 2 and timepoints in column 1 from a csv file

Value

The FWHM, HRT and AUC value for the peaks

Examples

1
2
test <- fwhm(one)
names(test) <- c("xmax", "ymax", "ybase", "halfMax", "xALow", "yALow", "xAHigh", "yAHigh", "xBHigh", "yBHigh", "xBLow", "yBLow", "mA", "mB", "aA", "aB", "xA", "xB", "fwhm", "hrt", "auc")

deftic/defShit documentation built on March 29, 2020, 11:10 a.m.