eyelinker:R包,用于读取Eyelink眼动数据

时间:2024-06-01 08:42:00
【文件属性】:

文件名称:eyelinker:R包,用于读取Eyelink眼动数据

文件大小:1.17MB

文件格式:ZIP

更新时间:2024-06-01 08:42:00

R

Eyelinker:用于读取Eyelink数据的软件包 将可怕的Eyelink .asc文件转换为不太可怕的R数据结构。 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")


【文件预览】:
eyelinker-master
----.gitignore(379B)
----NAMESPACE(735B)
----vignettes()
--------basics.Rmd(8KB)
----R()
--------eyelink_parser.R(13KB)
--------eyelinker.R(754B)
--------utils.R(2KB)
----.Rbuildignore(61B)
----man()
--------eyelinker.Rd(521B)
--------read.asc.Rd(2KB)
--------whichInterval.Rd(884B)
--------grapes-In-grapes.Rd(700B)
----README.md(678B)
----tests()
--------testthat.R(62B)
--------testthat()
----inst()
--------extdata()
----DESCRIPTION(723B)
----NEWS(37B)

网友评论