Last data update: 2014.03.03

R: Update old Wave objects for use with new versions of tuneR
updateWaveR Documentation

Update old Wave objects for use with new versions of tuneR

Description

Update old Wave objects generated with tuneR < 1.0.0 to the new class definition for use with new versions of the package.

Usage

updateWave(object)

Arguments

object

An object of Wave-class.

Details

This function is only needed to convert Wave-class objects that have been saved with tuneR versions prior to 1.0-0 to match the new class definition.

Value

An object of Wave-class as implemented in tuneR versions >= 1.0-0.

Author(s)

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

See Also

Wave-class, Wave

Examples

x <- sine(440)
updateWave(x)

Results