This convenience function is a wrapper around MALDIquant plot-methods. In essence it does nothing else than rename the axes.
1 2 3 4 5 6 7 | ramplot(
msspc,
main = "Raman spectrum",
xlab = expression("Wavenumber (cm"^-1 * ")"),
ylab = "Intensity (AU)",
...
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.