Description Usage Arguments Value Examples
View source: R/physio-arrangeInputs.R
Function order the inputs as they are needed for further physio processings. Additional, all Inputs which are not part of the parameter inputorder will be removed.
1 | arrange_inputs.physio(data, inputorder, subject = 1)
|
inputorder |
a named character vector, names needs to be Input1 to Input8, values only "EKG, "BVP", or "EDA" |
subject, |
a integer; specify for which subject input order shall be adjusted. |
list |
of class physio |
list of class phasio
1 2 |
inputorder <-c(EKG = "Input1", BVP = "Input2", EDA ="Input3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.