Learn R Programming

SIPETool (version 0.1.0)

time_filter: 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())

Value

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

Arguments

Cy

CPET-ESE output file

sift

SIFT-MS refined file

Examples

Run this code
data(SIFT_time)
data(CPET_time)
time_filter(CPET_time, SIFT_time)

Run the code above in your browser using DataLab