Description Usage Arguments Methods (by class)
View source: R/pupilr-preprocessing.R
Zero bases timestamps (substracts start_time
) and saves new start time information in the obj$info$start_time
1 2 3 4 5 6 7 8 9 10 | change_timestamps_start(obj, start_time, new_start_time = start_time, ...)
## S3 method for class 'pupilr'
change_timestamps_start(obj, start_time, new_start_time = start_time)
## S3 method for class 'surfaces'
change_timestamps_start(obj, start_time, new_start_time = start_time)
## S3 method for class 'surface.item'
change_timestamps_start(obj, start_time, new_start_time = start_time)
|
obj |
object which timestamps should be recomputed |
start_time |
numeric value to be substracted from timestamps |
new_start_time |
numeric value to be inserted as the new start. Optional, defaults to start_time |
... |
pupilr
: Changes timestamps in all available data (both main and surface data)
surfaces
: Changes timestamps in all sufaces
surface.item
: Changes timestamps in a given surface.item
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.