duration {seewave} | R Documentation |
Duration of a time wave
Description
Returns the duration (in second) of a time wave
Usage
duration(wave, f, channel=1)
Arguments
wave |
an R object. |
f |
sampling frequency of |
channel |
channel of the R object, by default left channel (1). |
Value
A numeric vector of length 1 returning the duration in second.
Author(s)
Jerome Sueur
Examples
data(tico)
duration(tico)
[Package seewave version 2.2.3 Index]