Learn R Programming

⚠️There's a newer version (0.2.1) of this package.Take me there.

Eyelinker: a package for reading Eyelink data

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

devtools::install_github("dahtah/eyelinker",build_vignettes=TRUE)
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.

Copy Link

Version

Install

install.packages('eyelinker')

Monthly Downloads

304

Version

0.1

License

GPL-3

Maintainer

Last Published

April 21st, 2016

Functions in eyelinker (0.1)

%In%

Find if value belongs to a set of intervals
eyelinker

eyelinker: read raw data from Eyelink eyetrackers
read.asc

Read EyeLink ASC file
whichInterval

From a set of intervals, find which interval values belong to