| annotation | R Documentation | 
Create a new Annotation object
annotation(
  file = "",
  metadata = list(),
  start = 0,
  end = Inf,
  low = 0,
  high = Inf,
  source = "",
  type = "",
  value = ""
)
file | 
 File being annotated.  | 
metadata | 
 A list of metadata.  | 
start | 
 Start time of annotation (seconds).  | 
end | 
 End time of annotation (seconds).  | 
low | 
 Low frequency of annotation (Hz).  | 
high | 
 High frequency of annotation (Hz).  | 
source | 
 Source of annotation.  | 
type | 
 Type of annotation.  | 
value | 
 Value of annotation.  | 
An Annotation object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.