Learn R Programming

sonicscrewdriver (version 0.0.7)

untagWave: Untag a TaggedWave or TaggedWaveMC object

Description

This function takes a TaggedWave/TaggedWaveMC object (or a list of such objects) and returns a corresponding Wave/WaveMC object (or list of such objects).

Usage

untagWave(w)

Value

A Wave or WaveMC object.

Arguments

w

A TaggedWave or TaggedWaveMC object (or list of such objects).

Examples

Run this code
if (FALSE) {
w <- noise("white")
tw <- tagWave(w)
w2 <- untagWave(tw)
}

Run the code above in your browser using DataLab