length {MetCirc}R Documentation

length method for MSP-class

Description

Gives the number of entries in the MSP object.

Usage

## S4 method for signature 'MSP'
length(x)

Arguments

x

object of class MSP

Value

numeric

Examples

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

[Package MetCirc version 1.10.0 Index]