pupil.size: Draws averaged epochs for pupil area

Description Usage Arguments Examples

View source: R/pupil.R

Description

Draws averaged epochs for pupil area

Usage

1
pupil.size(filename, ev1, ev2, t1 = -1000, t2 = 1000)

Arguments

filename

name of your edf file without extension

ev1

event for first plot on figure, should be in quotes

ev2

event for second plot on figure, should be in quotes

List of possible events to use:

fixation - fixation, detected by Eyelines algorythm

btn - user pressed the button to unclock the game

ball - user selected a ball

moveTo - user selected a cell where he wants to move

inBlocked - board/ball clicked when the game is in blocked mode (valid only for experiments e202, e203)

block_ball - ball clicked when the game is in blocked mode (valid only for experiments e204 and later)

block_board - board clicked when the game is in blocked mode (valid only for experiments e204 and later)

t1

start of epoch according to the start of the event

t2

end of epoch according to the start of the event

Examples

1
pupil.size('23537434', 'btn', 'block_board', -800, 800)

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