EyeTrack.sample: Coordinates of eye-trajectory
A matrix with first column as x coordinates and second column as y coordinates of the random eye-movements of a person to study an object.
data("EyeTrack.sample")
The format is: chr "EyeTrack.sample"
A matrix of dimension 8743 \times 2
library(lattice) data(EyeTrack.sample) greentranslucent <- rgb(0,100,0,50,maxColorValue=255) xyplot(y~x,data = data.frame(EyeTrack.sample),col=greentranslucent, pch=16, main = "Eye-trajectory",xlab = "X", ylab = "Y", sub = "Spatial fixation regions highlighted")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.