plot_chromatogram: plot_chromatogram

View source: R/utils.R

plot_chromatogramR Documentation

plot_chromatogram

Description

Draw TIC or BPC.

Usage

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
)

Arguments

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

Value

A ggplot2 object.

Author(s)

Xiaotao Shen shenxt1990@outlook.com


tidymass/massprocesser documentation built on May 7, 2023, 10:18 p.m.