All Projects → dahtah → eyelinker

dahtah / eyelinker

Licence: other
R package for reading Eyelink eye tracking data

Programming Languages

r
7636 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].