length {MetCirc} | R Documentation |
length
method for MSP
-classGives the number of entries in the MSP
object.
## S4 method for signature 'MSP' length(x)
x |
object of class |
numeric
data("sd02_deconvoluted", package = "MetCirc") finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ", splitIndMZ = 2, splitIndRT = NULL) length(finalMSP)