R/data.R

#' Hi-hat sample
#'
#' A hi-hat sound sample object
#'
"hiHat"

#' Open Hi-hat sample
#'
#' An open hi-hat sound sample object
#'
"hiHat_o"

#' Ride sample
#'
#' A ride cymbal sound sample object
#'
"ride"

#' Bell sample
#'
#' A ride cymbal (hit ion the bell) sound sample object
#'
"bell"

#' Hi-hat sample 2
#'
#' A hi-hat sound sample object
#'
#' @source \url{http://www.archive.org/details/OpenPathMusic44V1}
"hiHat2"

#' Snare sample
#'
#' A snare sound sample object
#'
"snare"


#' Snare sample 2
#'
#' A snare sound sample object
#'
#' @source \url{http://www.archive.org/details/OpenPathMusic44V1}
"snare2"

#' Kick sample
#'
#' A kick sound sample object
#'
"kick"

#' Kick sample2
#'
#' A kick sound sample object
#'
#' @source \url{http://www.archive.org/details/OpenPathMusic44V1}
"kick2"

#' Wagga-Wagga dataset
#'
#' Times series of monthly temperatures and precipitations
#'  recorded at Wagga-Wagga, New South Wales, Australia, 1940-2018
#'
#' @source http://www.bom.gov.au/cgi-bin/climate/hqsites/site_data.cgi?period=annual&variable=meanT&station=072150
#' @source http://www.bom.gov.au/cgi-bin/climate/hqsites/site_data.cgi?period=annual&variable=rain&station=072150
"WaggaWagga"

#' Global Temperature Anomalies dataset
#'
#' Times series of annual temperature anomalies at the global scale,
#' 1850-2021. This time series is the one used to create the Warming Stripes
#' (\url{https://www.climate-lab-book.ac.uk/2018/warming-stripes/}).
#'
#' @source \url{https://www.metoffice.gov.uk/hadobs/hadcrut4/data/current/download.html}
"globalT"

#' TR-909 minimalistic drumkit
#'
#' An instrument containing a few basic sounds from a TR-909-inspired drumkit
#'
#' @source \url{https://freesound.org/people/altemark/packs/1643/}
"mini909"
benRenard/sequenceR documentation built on Jan. 11, 2025, 2:33 a.m.