classes<- {MetCirc} | R Documentation |
classes<-
sets information in MSP
-objectclasses<-
sets information in MSP
-object.
x |
object of class |
value |
character vector with new classes |
An object of class NULL
of length 0.
MSP
-object
data("sd02_deconvoluted", package = "MetCirc") finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ", splitIndMZ = 2, splitIndRT = NULL) classes(finalMSP) <- rep("Unknown")