Learn R Programming

dpcR (version 0.5)

many_peaks: 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.

Arguments

Format

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

t

a numeric vector

F

fluorescence value

Examples

Run this code
# NOT RUN {
data(many_peaks)
plot(many_peaks, type = "b")

# }

Run the code above in your browser using DataLab