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

Description Usage Format Details Examples

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

1
data("EyeTrack.sample")

Format

The format is: chr "EyeTrack.sample"

Details

A matrix of dimension 8743 \times 2

Examples

1
2
3
4
5
6
7
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")

LPTime documentation built on May 2, 2019, 7:18 a.m.