time_filter {SIPETool} | R Documentation |
This function takes as input two data set containing a time vector and a data vector and return the two data sets aligned. This is done by reducing the dimensions of the data set with higher points. The first data set is the one coming from the CPET-ESE and the second one from the SIFT-MS
time_filter(Cy = file.choose(), sift = file.choose())
Cy |
CPET-ESE output file |
sift |
SIFT-MS refined file |
A plot and the SIFT-MS data file resized for the alignment with the CPET-ESE file
data(SIFT_time)
data(CPET_time)
time_filter(CPET_time, SIFT_time)