Description Usage Arguments Value Author(s)
View source: R/deprecated_functions.R
Show the peaks from result from extractPeaks function.
1 2 3 4 5 6 7 8 9 10 | showPeak(
object,
peak.index = 1,
title.size = 15,
lab.size = 15,
axis.text.size = 15,
alpha = 0.5,
title = "",
interactive = TRUE
)
|
object |
Object from extractPeaks. |
peak.index |
Which peak to show. Index. |
title.size |
Title size. |
lab.size |
Lab titile size. |
axis.text.size |
Text size of axis. |
alpha |
alpha. |
title |
Title of the plot. |
interactive |
Interactive or not. |
Result contains EIC of peaks.
Xiaotao Shen shenxt1990@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.