1 | data("sample_gaze_data")
|
A data frame with 347 observations on the following 24 variables.
Timestamp
a numeric vector
ValidityLeft
a numeric vector
EyeLocXLeft
a numeric vector
EyeLocYLeft
a numeric vector
EyeLocZLeft
a numeric vector
GazePointXLeft
a numeric vector
GazePointYLeft
a numeric vector
ValidityRight
a numeric vector
EyeLocXRight
a numeric vector
EyeLocYRight
a numeric vector
EyeLocZRight
a numeric vector
GazePointXRight
a numeric vector
GazePointYRight
a numeric vector
Validity
a numeric vector
GazePointX
a numeric vector
GazePointY
a numeric vector
EyeLocX
a numeric vector
EyeLocY
a numeric vector
EyeLocZ
a numeric vector
GazePointXSmoothed
a numeric vector
GazePointYSmoothed
a numeric vector
AngularVelocity
a numeric vector
fixation
a logical vector
fixationNumber
a numeric vector
1 2 | data(sample_gaze_data)
## maybe str(sample_gaze_data) ; plot(sample_gaze_data) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.