dahtah / eyelinker

R package for reading Eyelink eye tracking data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN Version

Eyelinker: a package for reading Eyelink data

Turns horrible Eyelink .asc files into less horrible R data structures.

install.packages("eyelinker")
library(eyelinker)
#Example file from SR research that ships with the package
fpath <- system.file("extdata/mono500.asc.gz",package="eyelinker")
dat <- read.asc(fpath)
plot(dat$raw$time,dat$raw$xp,xlab="Time (ms)",ylab="Eye position along x axis (pix)")
#For more info:
vignette("basics",package="eyelinker")

Author: Simon Barthelmé, CNRS, Gipsa-lab. See also: cili.

About

R package for reading Eyelink eye tracking data


Languages

Language:R 100.0%