Learn R Programming

LPTime (version 1.0-2)

EyeTrack.sample: EyeTrack.sample: Coordinates of eye-trajectory

Description

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.

Usage

data("EyeTrack.sample")

Arguments

Format

The format is: chr "EyeTrack.sample"

Details

A matrix of dimension $8743 \times 2$

Examples

Run this code
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")

Run the code above in your browser using DataLab