Learn R Programming

cytofkit (version 1.4.4)

peaksGamma_plot: Plot varaition of peak nums with increasing gamma

Description

Plot varaition of peak nums with increasing gamma

Usage

peaksGamma_plot(peakdata)

Arguments

peakdata
a matrix of peakdata returned from DensVM

Value

  • a line graph of peak nums vs. increasing gamma

Examples

Run this code
x <- seq(0, 1, length.out = 20)
y <- c(20:6, 6, 6, 5:3)
peakdata <- data.frame(sig_range = x, numpeaks = y)
peaksGamma_plot(peakdata)

Run the code above in your browser using DataLab