Description Usage Arguments Details Value Author(s) Examples
View source: R/plottingFunctions.R
'plotSpectra' plots a spectra of a 'subject' and 'query' spectra. 'plotSpectra' uses 'ggplot' plotting functionality.
1 | plotSpectra(spectra, subject, query)
|
spectra |
'MSpectra' object |
subject |
character, name of spectra that is aligned against, character with preceding sample name |
query |
character, name of spectra that is aligned to subject, character with preceding sample name |
Internally, all intensities are normalized to 100%.
'ggplot2' plot
Thomas Naake, thomasnaake@googlemail.com
1 2 | data("spectra", package = "MetCirc")
plotSpectra(spectra_tissue, subject = "SPL_1", query = "SPL_2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.