| names<- {MetCirc} | R Documentation |
names<- sets names in MSP-objectnames<- sets names in MSP-object
## S4 replacement method for signature 'MSP,character' names(x) <- value
x |
object of class |
value |
|
MSP-object
data("sd02_deconvoluted", package = "MetCirc")
finalMSP <- convert2MSP(sd02_deconvoluted, split = " _ ",
splitIndMZ = 2, splitIndRT = NULL)
names(finalMSP) <- rep("Unknown")