concat | R Documentation |
The concat()
method is a more flexible version of the bind()
method
from tuneR
package, that allows specifying more advanced types of
concatenation. Setting method
to "noClick" will remove any click between
Wave objects caused by sudden jumps in amplitude by applying tuneR::prepComb()
appropriately with default value of zero (this is only effective for the left
channel or stereo or multi-channel recordings).
concat(object, ..., method = "bind")
## S4 method for signature 'Wave'
concat(object, ..., method = "bind")
## S4 method for signature 'WaveMC'
concat(object, ..., method = "bind")
## S4 method for signature 'TaggedWave'
concat(object, ..., method = "bind")
## S4 method for signature 'TaggedWaveMC'
concat(object, ..., method = "bind")
object |
A Wave like object. |
... |
Wave like objects to concatenate to object. |
method |
One of "bind", "noClick". Default is "bind". |
A concatenated Wave like object, with type of object
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.