plot_chromatogram | R Documentation |
Draw TIC or BPC.
plot_chromatogram(
object,
title.size = 13,
lab.size = 13,
axis.text.size = 12,
alpha = 0.5,
title = "",
interactive = FALSE,
group_for_figure = "QC",
sample_for_figure = NULL
)
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 or not. |
group_for_figure |
What groups to show EIC. |
sample_for_figure |
sample_for_figure |
A ggplot2 object.
Xiaotao Shen shenxt1990@outlook.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.