#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.