Description Usage Arguments Value Author(s)
View source: R/addAnnotation.R
Adds annotation data to an AcousticStudy
object, usually in preparation for exporting to an external source.
Most pieces of the annotation form will be filled in by the user when
the function is called, but lat
, lon
, time_start
,
time_end
, freq_low
, freq_high
, source_id
,
and annotation_id
will be filled in automatically based on data
in each AcousticEvent. Annotations are stored for each
event in the ancillary
slot.
1 2 3 | addAnnotation(x, annoList = NULL)
getAnnotation(x = NULL, notes = FALSE)
|
x |
an AcousticStudy object |
annoList |
an annotation list created by |
notes |
logical flag whether to pull a version of the list that only contains notes,
should only be |
The same object as x
with an $annotation
item added
the the ancillary
slot of each event in x
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.