channel | R Documentation |
Convenient wrapper to extract one or more channels (or mirror channels) from an object of class Wave
.
channel(object, which = c("both", "left", "right", "mirror"))
object |
Object of class |
which |
Character indicating which channel(s) should be returned. |
For objects of WaveMC-class, channel selection can be performed by simple matrix indexing, e.g. WaveMCobject[,2]
selects the second channel.
Wave
object including channels specified by which
.
Uwe Ligges ligges@statistik.tu-dortmund.de
Wave
, Wave-class, mono
, extractWave
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.