Nothing
#' S4 generic for length
#'
#' S4 generic for length.
#'
#' @param x a 'tuneR' WAVE object
#'
#' @returns The length of the left channel of the WAVE object
#'
#' @seealso length
setMethod("length", signature(x = "Wave"),
function(x){
validObject(x)
length(x@left)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.