Create a new Annotation object
annotation(
file = NA_character_,
metadata = list(),
start = 0,
end = Inf,
low = 0,
high = Inf,
source = NA_character_,
type = NA_character_,
value = NA_character_
)
An Annotation object.
File being annotated.
A list of metadata.
Start time of annotation (seconds).
End time of annotation (seconds).
Low frequency of annotation (Hz).
High frequency of annotation (Hz).
Source of annotation.
Type of annotation.
Value of annotation.