View source: R/MLMSfunctions.R
| find_expected_times | R Documentation |
find_expected_times: function to find average values for start, Rt and end times
find_expected_times(peaks_times.list, expNumPks = c(15, 16))
peaks_times.list |
a list of dataframes of peak numbers and times data |
if data for both peak numbers present, a list of dataframes of expected times for data with both peak numbers, if data of just one of the expected peak numbers is found, it returns a dataframe of expected times
Usage Example
pT.df<-find_expected_times(peaksTimes.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.