Description Usage Arguments Details Value Examples
This is typically used for aligning cells by a common time.
1 |
x |
Vector of timestamps in milliseconds |
fps |
Frames per second of the video source. Defaults to 30 fps. The smaller the value, the more likely two events will be binned together and marked as the same frame number. |
tstart |
Start timestamp in milliseconds (optional). Any timestamp before
|
tend |
Longest possible timestamp in milliseconds (optional). Any timestamp past
|
as_ts |
If set to |
warn |
Turn on/off warnings if any |
Frame numbers may be repeated if several timestamps are close in duration within the specified frames per second.
A numeric vector of the same size as x
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.