[ {MetCirc}R Documentation

Extract parts of a MSP-object

Description

[ operator acting on an MSP-object to extract parts.

Usage

## S4 method for signature 'MSP,numeric'
x[i]

Arguments

x

object of class MSP

i

numeric

Value

MSP-object

Examples

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

[Package MetCirc version 1.14.0 Index]