many_peaks {dpcR}R Documentation

Artificial data set with many peaks

Description

A set of data from an artificial droplet flow experiment. It contains various kinds of peaks - positive peaks, negative peaks and peak-like noise.

Format

A data frame with 493 observations on the following 2 variables.

t

a numeric vector

F

fluorescence value

Examples


data(many_peaks)
plot(many_peaks, type = "b")


[Package dpcR version 0.6 Index]