https://github.com/cran/tuneR
Raw File
Tip revision: 9eca3274b33bf9ada5a67dd452bb5726627067d1 authored by Uwe Ligges on 04 February 2009, 00:00:00 UTC
version 0.2-14
Tip revision: 9eca327
length.Rd
\name{length}
\docType{methods}
\alias{length-methods}
\alias{length,Wave-method}
\alias{length,ANY-method}
\title{S4 generic for length}
\description{S4 generic for length.}
\section{Methods}{
\describe{
\item{x = "Wave"}{The length of the left channel (in samples) of this object of class \code{\link{Wave}} will be retunred.}
\item{object = "ANY"}{For compatibility.}
}}
\seealso{For the primitive: \code{\link[base]{length}}}
\keyword{methods}
back to top