Description Usage Arguments Value Examples
View source: R/plot_NMR_spectra.R
This function generates an NMR spectra plot, with the chemical shifts displayed along the x-axis, and the peak intensities displayed on the y-axis.
1 2 |
metabo_SE |
SummarizedExperiment object. See "MWAS_SummarizedExperiment()". |
type |
character vector indicating the type of plot for each row of metabo_matrix. For all possible types, see "plot()". |
lty |
character vector of line types. For all possible types, see "plot()". |
xlab |
character vector specifying a title for the x-axis. |
ylab |
character vector specifying a title for the y-axis. |
xlim |
numeric vector containing the minimum and maximum values of the x axis. Notice that ppm is displayed in reverse scale (e.g. xlim = c(10, 0)). |
... |
other arguments passed to "matplot()". |
An NMR spectra plot.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.