many.files.any.threshold: Ascii for eeglab with comparison for many files...

Description Usage Arguments Details Examples

View source: R/many.files.any.threshold.R

Description

Creates ascii file for eeglab with fixation's starts that were proceessed in offline simulation and possibly compared with two fixation thresholds also puts all saccades ends in ascii file

Usage

1
many.files.any.threshold(actualFixDur, lowerThresh, higherThresh, files)

Arguments

actualFixDur

fixation threshold that was used in experiment

lowerThresh

lower threshold to use in comparison

higherThresh

higher threshold to use in experiment

files

list of files to be processed

Details

If you need to compare only one file use arb.thresh function

Examples

1
2
3
4
many.files.any.threshold(800, 500, 1000, j.files800)

#this will take all files where threshold was 800 and compare each of them
#as if the threshold was between 500 and 1000

mayenok/hybridEyeEEG documentation built on May 21, 2019, 2:19 p.m.