splice_time.View | R Documentation |
Generate spliced timeline using a view
## S3 method for class 'View'
splice_time(x, win_size, step_size, ...)
x |
|
win_size |
duration of window segment in seconds. |
step_size |
increment in seconds between segments. |
... |
ignored. |
a Splice
object.
Other splicing functions:
clip_splice()
,
get_spliced_view()
,
is_splice_overlapping()
,
merge_splice()
,
splice_time()
,
splice_time.Duration()
,
splice_time.Metre()
,
splice_time.OnsetsDifference()
,
splice_time.list()
,
split.SplicedView()
r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
df <- splice_time(rv, win_size = 3, step_size = 0.5)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.