View source: R/PulseWaveform.R
GetPairs | R Documentation |
GetPairs is an ISO analysis specific function. It is used to identify and order the four data files per participant in the ISO dataset, arranding them into two pairs of 'isoprenaline' time series and 'saline' time series.
GetPairs(direc, run_order, participant_number, subjectID)
direc |
the directory for an individual participant in the ISO dataset |
run_order |
the order of infusions given during the ISO study protocol |
participant_number |
the individual participant number for a given participant |
subjectID |
the participant ID as coded in the ISO study data files |
pairs |
list of two vectors, each vector containing one ISO time series and one Saline time series |
pairs <- GetPairs(direc = direc[1], run_order, participant_number = run, subjectID = direc[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.