AOItransition {eyeRead}R Documentation

calculate transitions for eye-tracking data

Description

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

Usage

AOItransitions(AOI)

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

# The function accepts a single AOI column
  data(SimData )
  
  AOItransitions( SimData$AOI )


[Package eyeRead version 0.0.4 Index]