Description Usage Arguments Value Author(s)
View source: R/plot_reconstruct_spectrum.R
Plot the reconstructed EISA fragmentation spectrum.
1 2 3 4 5 6 7 8 9 | plot_reconstruct_spectrum(
peak_list,
peak_group = NULL,
title = NULL,
subtitle = NULL,
xmin = 20,
xmax = 260,
xstep = 20
)
|
peak_list |
data frame with the peak list |
peak_group |
integer, for which peak group you want to plot the reconstructed EISA fragmentation spectrum |
title |
tilte of the plot |
subtitle |
subtitle of the plot |
xmin |
start of the *m/z* axis |
xmax |
end of the *m/z* axis |
xstep |
step size of the *m/z* axis |
A ggplot object containing the reconstructed EISA fragmentation spectrum.
Rico Derks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.