peakwidth_table: peakwidth_table

Description Usage Arguments Details Value

View source: R/peakwidth_table.R

Description

This function is designed to generate estimates of peakwidth for each peak within the peakList and some properties of each peak. After this is done, the table of estimates is exported.

Usage

1
peakwidth_table(Autotuner, returned_peaks = 10)

Arguments

Autotuner

An Autotuner objected containing sample specific raw data.

returned_peaks

A scalar number of peaks to return for visual inspection. Five is the minimum possible value.

Details

The actual calculations used to estimate peakwidth are done within the function "peakwidth_est".

Value

This function will return a peak table with information on the peak width for each detected peak across samples, the name attribute for when the peak starts and ends, and the time points associated with each of those parameters and for the midpoint.


crmclean/AutoTuner documentation built on Jan. 29, 2021, 4:48 p.m.