Description Usage Arguments Details Value Author(s)
Calculate inter-click interval for click data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | calculateICI(
x,
time = c("UTC", "peakTime"),
callType = c("click", "whistle", "cepstrum"),
...
)
## S4 method for signature 'AcousticStudy'
calculateICI(
x,
time = c("UTC", "peakTime"),
callType = c("click", "whistle", "cepstrum"),
...
)
## S4 method for signature 'AcousticEvent'
calculateICI(
x,
time = c("UTC", "peakTime"),
callType = c("click", "whistle", "cepstrum"),
...
)
|
x |
a AcousticStudy object, a list of AcousticEvent objects, or a single AcousticEvent object |
time |
the time measurement to use. |
callType |
the call type to calculate ICI for, usually this is |
... |
not used |
Calculates the ICI for each individual detector and across all detectors. ICI calculation is done by ordering all individual detections by time, then taking the difference between consecutive detections and taking the mode value.
ICI data
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.