Learn R Programming

tuneR (version 0.2-6)

equalWave: Checking Wave objects

Description

Checks for some kind of equality of objects of class Wave.

Usage

equalWave(object1, object2)

Arguments

object1, object2
Object(s) of class Wave.

Value

  • Does not return anything. It stops code execution with an error message indicating the problem if the two objects don't have the same properties, i.e. identical sampling rate, resolution (bit), and number of channels (stereo/mono).

concept

Wave

See Also

Wave