R/many_peaks.R

#' Artificial data set with many peaks
#'
#' A set of data from an artificial droplet flow experiment. It contains
#' various kinds of peaks - positive peaks, negative peaks and peak-like noise.
#'
#'
#' @name many_peaks
#' @docType data
#' @format A data frame with 493 observations on the following 2 variables.
#' \describe{
#' \item{t}{a numeric vector}
#' \item{F}{fluorescence
#' value} }
#' @keywords datasets
#' @examples
#'
#' data(many_peaks)
#' plot(many_peaks, type = "b")
#'
NULL
michbur/dpcR documentation built on Nov. 17, 2022, 5:02 a.m.