R/extract_movement_functions.R
extract_speed.Rd
You can supply timestamps to `min_time` and `max_time` (e.g timestamp of begin escape) to average over only a period. In both cases, you can either retrieve peak or average (default) three-dimensional speed.
A movement data frame. Expected columns are `pos_x`, `pos_y`, `pos_z`
minimum time in s (default: trial start)
maximum time in s (default: trial end)
whether to extract mean (default) or max
resampling rate
Peak or average 3-dimensional speed, between `min_time` and `max_time`.
NOTE: to avoid an impact of tracker glitches, data are resampled at default rate of 10 Hz and median-smoothed over 3 data points (300 ms).