AOItransition: calculate transitions for eye-tracking data

Description Usage Arguments Details Author(s) Examples

Description

function to calculate transitions between AOI's for eye-tracking data

Usage

1

Arguments

AOI

character vector with one entry per fixation, containing AOI's upon which was fixated

Details

Indicates each time a participant's fixation moves from one AOI to r AOI whereby absence of transition is coded as 0 and transitions are coded as X-Y whereby

X = ID of AOI left

Y = ID of AOI entered

Author(s)

Tine van Daal [aut], tine.vandaal@uantwerpen.be San Verhavert [ctb], san.verhavert@uantwerpen.be

Examples

1
2
3
4
# The function accepts a single AOI column
  data(SimData )
  
  AOItransitions( SimData$AOI )

SanVerhavert/eyeRead documentation built on Aug. 13, 2020, 9:30 p.m.