is.rawrrChromatogram: Function to check if an object is an instance of class...

View source: R/rawrr.R

is.rawrrChromatogramR Documentation

Function to check if an object is an instance of class rawrrChromatogram

Description

Function to check if an object is an instance of class rawrrChromatogram

Usage

is.rawrrChromatogram(x)

Arguments

x

x any R object to be tested.

Value

TRUE or FALSE

Author(s)

Tobias Kockmann, 2020.

Examples

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

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