arrange_inputs.physio: arrange_inputs(data, inputorder)

Description Usage Arguments Value Examples

Description

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.

Usage

1
arrange_inputs.physio(data, inputorder, subject = 1)

Arguments

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

Value

list of class phasio

Examples

1
2
 
inputorder <-c(EKG = "Input1", BVP = "Input2", EDA ="Input3")

Fiddleman/NeuroIS documentation built on May 21, 2019, 2:20 p.m.