adjust_times_around_zero | R Documentation |
Adjust time values around 0
adjust_times_around_zero(data, time_col = "Time", fps = 60, ties = "first")
data |
a dataframe of eyetracking data for a single trial or a grouped dataframe where the groups define a single trial. |
time_col |
name (string) of the column with time value. Defaults to
|
fps |
the eyetracking sampling rate. Defaults to 60 frames per second. |
ties |
how to break ties when the smallest times are equally close to
zero. Default is |
the dataframe with updated time values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.