plot_peakonly plots the peaks from a chromatograph.
Usage
plot_peakonly(peak_df, title = "Peaks")
Value
A ggplot object. A circle plot of peak intensity in 2D
retention time.
Arguments
peak_df
a data.frame object. A data frame with 4 columns
(Time, X, Y, Peak), ideally the output from top_peaks() or thr_peaks().
title
a string object. Title placed at the top of the plot.
Default title "Peaks".
Details
This function creates a circle plot of the peak intensity vs
the x and y retention times using ggplot from ggplot2
package ggplot2gcxgclab. The size of the circle indicates the
intensity of the peak.