tic {rawrr}R Documentation

Total ion current of a spectrum

Description

Total ion current of a spectrum

Usage

tic(x)

Arguments

x

A rawrrSpectrum object

Value

A double vector of length one.

Examples

S <- readSpectrum(rawfile = sampleFilePath(), 1)
tic(S[[1]])

[Package rawrr version 1.2.0 Index]