splice_time.Duration | R Documentation |
Generate spliced timeline using a Duration object
## S3 method for class 'Duration'
splice_time(
x,
expr = NULL,
make.unique = TRUE,
tier = NULL,
comments = NULL,
...
)
x |
|
expr |
R expression to filter data on. |
make.unique |
make the segments unique? (Default is TRUE). |
tier |
exact tier name to filter on. |
comments |
exact comment to filter on. |
... |
passed to |
a Splice
object.
Other splicing functions:
clip_splice()
,
get_spliced_view()
,
is_splice_overlapping()
,
merge_splice()
,
splice_time()
,
splice_time.Metre()
,
splice_time.OnsetsDifference()
,
splice_time.View()
,
splice_time.list()
,
split.SplicedView()
r <- get_sample_recording()
d <- get_duration_annotation_data(r)
splice_time(d, tier = 'Event', comments = 'tabla solo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.