nchannel {tuneR}R Documentation

Number of channels

Description

Get the number of channels from a Wave or WaveMC object

Usage

nchannel(object)
## S4 method for signature 'Wave'
nchannel(object)
## S4 method for signature 'WaveMC'
nchannel(object)

Arguments

object

Object of class Wave or class WaveMC.

Value

An integer, the number of channels given in the object.

See Also

Wave-class, WaveMC-class


[Package tuneR version 1.4.7 Index]