Description Usage Arguments Value See Also Examples
By default, all skills have a timing of c(-5, 3), meaning that the video clip will start 5 seconds before the recorded time of the event and end 3 seconds after its recorded time.
1 |
... |
: named parameters that will override the defaults. Each parameter should be a two-element numeric vector |
A named list, with names corresponding to skills ("Serve", "Reception", etc).
1 2 3 4 5 | ## defaults
dv_video_timing()
## with different settings for serve and reception
dv_video_timing(serve = c(-2, 2), reception = c(-3, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.