.merge_annotations | R Documentation |
Checks a list of annotations for those that are overlapping in the time or frequency domain, and returns a list where overlapping annotations are merged.
.merge_annotations(annotations, domain = "time")
annotations |
A list of Annotation objects. |
domain |
Domain of the annotations, either "time" or "frequency". |
The exported function merge_annotations()
handles sanity checks and calls this function.
A list of Annotation objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.