equalWave {tuneR} | R Documentation |
Checks for some kind of equality of objects of class Wave
.
equalWave(object1, object2)
object1, object2 |
Object(s) of class Wave . |
Does not return anything.
It stop
s 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).
Uwe Ligges, ligges@statistik.tu-dortmund.de