plot.rawrrChromatogram: Plot 'rawrrChromatogram' objects

View source: R/rawrr.R

plot.rawrrChromatogramR Documentation

Plot rawrrChromatogram objects

Description

Plot rawrrChromatogram objects

Usage

## S3 method for class 'rawrrChromatogram'
plot(x, legend = TRUE, ...)

Arguments

x

A rawrrChromatogram object to be plotted.

legend

Should legend be printed?

...

Passes additional arguments.

Value

This function creates a plot.

Author(s)

Tobias Kockmann, 2020.

Examples

rawfile <- sampleFilePath()
C <- readChromatogram(rawfile, mass = 445.1181, tol = 10)
plot(C[[1]])

fgcz/rawR documentation built on May 5, 2024, 3:46 p.m.