Description Usage Arguments Value Examples
Preprocess SMI eye tracking data file
1 2 | preprocess_smi(d, x_max = 1680, y_max = 1050, samp_rate = 120,
avg_eyes = TRUE)
|
d |
A data frame with eye tracking data. |
x_max |
A number indicating the max pixel dimension in the horizontal plane. |
y_max |
A number indicating the max pixel dimension in the vertical plane. |
samp_rate |
A number indicating the sampling rate of the eye tracker that generated the data. |
avg_eyes |
Logical indicating whether data from each eye should be averaged together. |
A processed data frame that is ready for analysis.
1 | preprocess_smi(d = df, x_max = 1680, y_max = 1050, samp_rate = 120, avg_eyes = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.