R/data.R

#' Spatial y-coordinates of a fish tail during swimming
#'
#' For testing smoothing and peak finding functions.
#'
#' @md
#' @author Nicholas Carey
#' @format A vector of 266 values
#'
"swim_y.rd"

#' Slightly noisy sine wave type data
#'
#' For testing smoothing and peak finding functions.
#'
#' @md
#' @author Nicholas Carey
#' @format A vector of 96 values
#'
"sine_noisy.rd"

#' Noisy respirometry data
#'
#' Comes from a flowthrough respirometry experiment. For testing smoothing
#' function.
#'
#' @md
#' @author Nicholas Carey
#' @format A vector of 935 values
#'
"resp_noisy.rd"
nicholascarey/caRey documentation built on Sept. 30, 2023, 3:47 a.m.