average_times: average_times: function that finds the averages of each peak...

View source: R/MLMSfunctions.R

average_timesR Documentation

average_times: function that finds the averages of each peak time for vendor data (called in find_expected_times())

Description

average_times: function that finds the averages of each peak time for vendor data (called in find_expected_times())

Usage

average_times(peakTimes.list, nPeaks)

Arguments

peakTimes.list

list of peak numbers and times from vendor table (output from peak_vend_times_all())

nPeaks

number of peaks

Value

dataframe of mean values for each peak number in the input vendor data

Examples

Usage Example
peak15avg.df<-average_times(peaks15.list,15)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.