equalWave {tuneR}R Documentation

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

Author(s)

Uwe Ligges, ligges@statistik.tu-dortmund.de

See Also

Wave-class, Wave


[Package tuneR version 0.2-10 Index]