View source: R/MLMSfunctions.R
| average_times | R Documentation |
average_times: function that finds the averages of each peak time for vendor data (called in find_expected_times())
average_times(peakTimes.list, nPeaks)
peakTimes.list |
list of peak numbers and times from vendor table (output from peak_vend_times_all()) |
nPeaks |
number of peaks |
dataframe of mean values for each peak number in the input vendor data
Usage Example
peak15avg.df<-average_times(peaks15.list,15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.