length-method: 'length' method for 'MSP'-class

Description Usage Arguments Value Examples

Description

Gives the number of entries in the MSP object.

Usage

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

Arguments

x

object of class MSP

Value

numeric

Examples

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

PlantDefenseMetabolism/MetabolomicTools documentation built on May 8, 2019, 2:53 p.m.