Learn R Programming

eyeRead (version 0.0.4)

AOItransition: 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

Examples

Run this code
# NOT RUN {
# The function accepts a single AOI column
  data(SimData )
  
  AOItransitions( SimData$AOI )

# }

Run the code above in your browser using DataLab