time_filter {SIPETool}R Documentation

Time_alignment

Description

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

Usage

time_filter(Cy = file.choose(), sift = file.choose())

Arguments

Cy

CPET-ESE output file

sift

SIFT-MS refined file

Value

A plot and the SIFT-MS data file resized for the alignment with the CPET-ESE file

Examples

data(SIFT_time)
data(CPET_time)
time_filter(CPET_time, SIFT_time)


[Package SIPETool version 0.1.0 Index]