Skip to content

dahtah/eyelinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages