View source: R/plottingFunctions.R
plotSpectra | R Documentation |
plotSpectra
plots a spectra of a subject
and
query
spectra. plotSpectra
uses ggplot
plotting functionality.
plotSpectra(sps, subject, query)
sps |
|
subject |
|
query |
|
Internally, all intensities are normalized to 100%.
ggplot2
plot
Thomas Naake, thomasnaake@googlemail.com
data("spectra", package = "MetCirc")
plotSpectra(sps = sps_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.