summarize_fixation_metrics | R Documentation |
Summarize descriptives for a fixation defined by onset and offset rows in the data. Used internally by event classification functions.
summarize_fixation_metrics(
fixation.candidate.starts,
fixation.candidate.stops,
x,
y,
timestamp,
one_degree = 40
)
fixation.candidate.starts |
First row in the data included in the fixation |
fixation.candidate.stops |
Last row in the data included in the fixation |
x |
X coordinates |
y |
Y coordinates |
timestamp |
Timestamps in milliseconds |
one_degree |
one degree of the visual field in the unit of the x and y coordinates in the data. Typically pixels or degrees. |
data frame with fixation descriptives
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.