Skip to contents

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.

Usage

.merge_annotations(annotations, domain = "time")

Arguments

annotations

A list of Annotation objects.

domain

Domain of the annotations, either "time" or "frequency".

Value

A list of Annotation objects.

Details

The exported function merge_annotations() handles sanity checks and calls this function.