
Last chance! 50% off unlimited learning
Sale ends in
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 of class Wave
.
Character indicating which channel(s) should be returned.
Wave
object including channels specified by which
.
For objects of WaveMC-class, channel selection can be performed by simple matrix indexing, e.g. WaveMCobject[,2]
selects the second channel.