untagWave | R Documentation |
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).
untagWave(w)
w |
A TaggedWave or TaggedWaveMC object (or list of such objects). |
A Wave or WaveMC object.
## Not run:
w <- noise("white")
tw <- tagWave(w)
w2 <- untagWave(tw)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.