channel {tuneR} | R Documentation |
Convenient wrapper to extract one or more channels from an object of class Wave
and return it in form of a data frame.
channel(object, which = c("both", "left", "right"))
object |
Object of class Wave . |
which |
Character indicating which channel(s) should be returned in form of a data frame. |
Data frame containing the data of one or two channels from the corresponding Wave
object.
Uwe Ligges, ligges@statistik.uni-dortmund.de