ramplot: Convenience function to plot Raman spectra (from...

Description Usage Arguments

View source: R/mq_plot.R

Description

This convenience function is a wrapper around MALDIquant plot-methods. In essence it does nothing else than rename the axes.

Usage

1
2
3
4
5
6
7
ramplot(
  msspc,
  main = "Raman spectrum",
  xlab = expression("Wavenumber (cm"^-1 * ")"),
  ylab = "Intensity (AU)",
  ...
)

Arguments

msspc

a MALDIquant::MassSpectrum (trimmed to relevant wavelengths)

main

a string with the plot header (defaults to "Raman Spectrum")

xlab

a string with the horizontal axis label (defaults to inverse wavenumber)

ylab

a string with the vertical axis label (devaults to Intensity (AU))

...

additional parameters passed on to plot


CMET-UGent/MicroRaman documentation built on July 25, 2020, 6:20 p.m.