read_fixation_report: Read EyeDataViewer fixation report

Description Usage Arguments Value

View source: R/read_fixation_report.R

Description

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

Usage

1
2
3
4
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


jgeller112/gazer documentation built on Jan. 13, 2020, 1:04 p.m.