plot.physio: plot.physio()

Description Usage Arguments Value

Description

Visualize physio data for one subject. Currently only plot of EDA and ECG data is possible.

Usage

1
2
3
## S3 method for class 'physio'
plot(data, marker, type, subject, start_time,
  physio_unisens_dir)

Arguments

data;

a list of class physio

type;

a char, specify type of physio data you want to plot. Values are "eda" or "ecg". For type "ecg" it's important that physio data is moved to folder *wd*/data/physio/

subject;

a integer, specify subject for which summary should be shown

marker;

a dataframe generate by marker() if type is "eda" or a path if type is "ecg"

start_time;

a POSIXt, minimal time in exp or a web data for the subject which is specified

physio_unisens_dir;

a path, directory where unisense data is created and contains physio csv-files in the subject parameter of this function

Value

dataframe


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