read_fixation_report: Read EyeDataViewer fixation report

View source: R/read_fixation_report.R

read_fixation_reportR Documentation

Read EyeDataViewer fixation report

Description

Reads in a fixation report created by EyeLink's EyeDataViewer application

Usage

read_fixation_report(filename, screen_size = c(1024, 768),
  name_changes = c(Subject = "RECORDING_SESSION_LABEL", ACC =
  "StimSlide.ACC", RT = "StimSlide.RT", TargetLoc = "CorrectPort"),
  plot_fix_scatter = TRUE, pages = 1)

Arguments

filename

string containing full filename of fixation report

screen_size

size of the screen in pixels. Used to compute track quality diagnostics. Defaults to c(1024, 768)

name_changes

set of variable name pairs for improving variable names. Should be formatted as named character vector with new names as values and old names as names; see plyr::rename()

plot_fix_scatter

logical indicating whether a scatterplot of fixations should be created

page

outputs a plots 4 x 3 and displays the first page. Change number to see other pages if you have more Ps

Value

gaze data frame containing fixation report


dmirman/gazer documentation built on Aug. 1, 2022, 2:02 p.m.