Description Usage Arguments Value Author(s)
View source: R/functions4data_processing.R
Draw TIC or BPC.
1 2 3 4 5 6 7 8 9 10 | plot_chromatogram(
object,
title.size = 13,
lab.size = 13,
axis.text.size = 12,
alpha = 0.5,
title = "",
interactive = FALSE,
group.for.figure = "QC"
)
|
object |
Object for tic.plot or bpc.plot. |
title.size |
Font size of title.. |
lab.size |
Font size of lab title. |
axis.text.size |
Font size of axis text. |
alpha |
alpha. |
title |
Title of the plot.. |
interactive |
interactive. |
group.for.figure |
What groups to show EIC. |
A ggplot2 object.
Xiaotao Shen shenxt1990@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.