getRT {MetCirc}R Documentation

getRT returns precursor RT values of an MSP-object

Description

getRT returns a numeric vector with all retention time values

Usage

getRT(x)

Arguments

x

object of class MSP

Format

An object of class NULL of length 0.

Value

numeric

Functions

Examples

data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
                     splitIndMZ = 2, splitIndRT = NULL)
getRT(finalMSP)

[Package MetCirc version 1.14.0 Index]