bind {tuneR} | R Documentation |
Concatenating Wave objects
Description
Generic function for concatenating objects of class Wave
or WaveMC
.
Usage
bind(object, ...)
## S4 method for signature 'Wave'
bind(object, ...)
## S4 method for signature 'WaveMC'
bind(object, ...)
Arguments
object , ... |
Objects of class |
Value
An object of class Wave
or class WaveMC
that corresponds to the class of the input.
Author(s)
Uwe Ligges ligges@statistik.tu-dortmund.de, Sarah Schnackenberg
See Also
prepComb
for preparing the concatenation, Wave-class,
Wave
, WaveMC-class, WaveMC
, extractWave
, stereo
[Package tuneR version 1.4.7 Index]