Plot the reconstructed EISA fragmentation spectrum.

plot_reconstruct_spectrum(
  peak_list,
  peak_group = NULL,
  title = NULL,
  subtitle = NULL,
  xmin = 20,
  xmax = 260,
  xstep = 20
)

Arguments

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

Value

A ggplot object containing the reconstructed EISA fragmentation spectrum.

Author

Rico Derks