Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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")

Format

The format is: chr "EyeTrack.sample"

Details

A matrix of dimension 8743 \times 2

Examples

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

LP Nonparametric Approach to Non-Gaussian Non-Linear Time Series Modelling

v1.0-2
GPL (>= 2)
Authors
Subhadeep Mukhopadhyay, Shinjini Nandi
Initial release
2015-03-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.