concat {sonicscrewdriver}R Documentation

Concatenate two or more Wave-like objects.

Description

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).

Usage

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")

Arguments

object

A Wave like object.

...

Wave like objects to concatenate to object.

method

One of "bind", "noClick". Default is "bind".

Value

A concatenated Wave like object, with type of object.


[Package sonicscrewdriver version 0.0.7 Index]