Nothing
#' Short recordings of a cello and a violin
#'
#' Only one note is involved.
#' - `Cello`: a complete note
#' - `Violin`: a complete note
#' - `Cello_seg`: a brief snipet of sound after the initial transient
#' - `Violin_seg`: as in `Cello_seg`
#'
#' @format Data frames (for convenience) with many rows and these variables:
#' - `y` the amplitude of the sound wave (arbitrary units)
#' - `t` the time of the sample in seconds.
#'
#'
#' @docType data
"Cello"
#' @rdname Cello
"Cello_seg"
#' @rdname Cello
"Violin"
#' @rdname Cello
"Violin_seg"
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.