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

Try the dpcR package in your browser

Any scripts or data that you put into this service are public.

dpcR documentation built on May 2, 2019, 7:04 a.m.